Closing a dedicated login page

J

Jeremy

I want to use a popup login page and automatically close it when the user
authenticates. In my OnLoggedIn event handler in the code behind in the
popup page, I have the following:

protected void OnLoggedIn(object sender, EventArgs e)
{
oSessionControl.showProgress("Authentic!!");
Response.Write ("<script language =
javascript>close();</script>");
}

However, the popup window does not close. Instead, the login document seems
to close and the calling page displays in the same window. So at that point,
I have 2 browser windows open and visible. Any clues?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top