Posted by Jerry Stuckle on 06/02/05 02:18
saidev wrote:
> I'm writing a admin app that allow the admin to click on a button call
> "Login As" which invoke window.open("login.php?username=username");
> When the new window is opened, the login as part is working, it is
> logged in as the user as selected but the admin login is terminated in
> the other window. Any ideas? Thank you.
>
I think the browser only handles a single session. You need to open a
different browser - not a new window or a copy of your existing browser.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|