I'm using an aspx application
Sporatically, when I close a popup, and return to the calling window, it
hangs and does not return data.
If I click on another browser tab, and come back...that will force it to
return.
Is this a bug?
I did not have this problem in IE6
rob^_^ - 06 Feb 2008 04:31 GMT
Hi Dawn,
More information please.
My guess
window.opener and window.close--Internet Explorer 7 no longer allows the
window.opener trick to bypass the window.close prompt. Browser windows
cannot close themselves unless the windows were created in script. This
security enhancement no longer allows browsing to a random site when the
main browser window closes unexpectedly.
Ref: IE7 Release notes - http://msdn2.microsoft.com/en-us/ie/aa740486.aspx
Further Help
IE7 Web Development Forum
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=923&SiteID=1
Regards.
> I'm using an aspx application
>
[quoted text clipped - 7 lines]
>
> I did not have this problem in IE6