Feedback on: irt.org FAQ Knowledge Base Q1336
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
This does not work with IE5. When the parent window has been closed, it generates an error:
Error: The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute.
Code: 0
Worth:
Worth reading
Length:
Just right
Comments:
The proposed code does not work when the user unloads the opener window using the window close icon.
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
There seem to be problems using window.opener in later versions of IE
http://support.microsoft.com/support/kb/articles/Q241/1/09.ASP?LN=EN-US&SD=gn&FR=0
Perhaps you could update your articles to warn people of this.
Thanks for the great site.
Worth:
Very worth reading
Comments:
after struggling with the code for a couple of hours, it was helpful to find out that there is a bug in the window.closed property. I knew there was a problem somewhere with the browser because it just wasn't behaving...and it didn't even occur to me to look at microsoft support site...thanks for the tip!
Worth:
Worth reading
Length:
Just right
Comments:
IE seems to lose opener reference when the opener window is closed by the user. It helps if the opener property is set explicitly:
w = window.open (...)
w.opener = self