I'm writing a admin app that allow the admin to click on a button call
"Login As" which invoke window.open("lo gin.php?usernam e=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.
"Login As" which invoke window.open("lo gin.php?usernam e=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.
Comment