Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q413

Feedback on: irt.org FAQ Knowledge Base Q413

Sent by Craig Mason on January 25, 2000 at 09:47:58: - feedback #761

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?





Sent by Chip Downs on December 07, 2000 at 14:43:32: - feedback #2118

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.


Sent by henrik åberg on November 01, 2001 at 11:17:03: - feedback #3289

Worth:
Worth reading

Comments:
You know that this doesn´t work with netscape dont you?


©2018 Martin Webb