J
Jeremy
Looks like this is either too obvious for anyone to address, or it just
isn't done by anyone. There was a question in early sep this year that no
one replied to, and I don't find any other references. So here goes again:
I want to close my popup from an asp codebehind event handler. The
following does not work (this is an event handler for the Login control)
protected void OnLoggedIn(object sender, EventArgs e)
{
Response.Write ("<script language =
javascript>close();</script>");
}
Instead of closing the window and returning to the calling window, the
calling page is opened (again) in the same window.
Jeremy
isn't done by anyone. There was a question in early sep this year that no
one replied to, and I don't find any other references. So here goes again:
I want to close my popup from an asp codebehind event handler. The
following does not work (this is an event handler for the Login control)
protected void OnLoggedIn(object sender, EventArgs e)
{
Response.Write ("<script language =
javascript>close();</script>");
}
Instead of closing the window and returning to the calling window, the
calling page is opened (again) in the same window.
Jeremy