|
|
Q309 Internet Explorer 3 doesn't seem to recognize opener in a pop-opened window, what do I do?
irt.org | Knowledge Base | JavaScript | Window | Q309 [ previous next ] Q309 Internet Explorer 3 doesn't seem to recognize opener in a pop-opened window, what do I do?The opener property is not defined by default in older browsers. Its not a big problem as it is possible to define it yourself in the main window that opens the popup window:
The following was submitted by darkpractice: If you are the author of the popup, you can set the window.opener property to null and prevent this message from showing (IE5.5+, and Mozilla I believe). Feedback on 'Q309 Internet Explorer 3 doesn't seem to recognize opener in a pop-opened window, what do I do?' |
-- div -->
|