Feedback on: irt.org FAQ Knowledge Base Q413
Worth:
Worth reading
Comments:
I think there may be an error in this example.
function myopen() { popupWindow=open('multiple.htm','windowName','resizable=no,width=400,height=300');
if (popupWindow.opener == null) msgWindow.opener = self;
}
shouldn't the msgWindow in the if statement be popupWindow?
Worth:
Very worth reading
Comments:
Any help on passing the select box items in one window to a select box in another window? I can do it just fine from within the same window, but in IE I get a "server threw an exception" error when doing it from a child window to the opener window.
Worth:
Worth reading
Comments:
You know that this doesn´t work with netscape dont you?