|
|
Feedback on: irt.org FAQ Knowledge Base Q309
irt.org | About | Feedback | 1514 [ previous next ] Feedback on: Sent by Worth: Comments: and your answer in MANY locations on your site is some variation of this: The opener property is not defined by default in older browsers. It's not a big problem as it is possible to define it yourself in the main window that opens the popup window: <SCRIPT LANGUAGE="JavaScript"> However, what happens when you have a script in the popup window that says something like: opener.name = "mainwindow" How will IE3 react to this? Don't you have to use something like: msgWindow.opener.name = "mainwindow" ??? I don't have IE3, but when I try this, using msgWindow.opener causes an error in newer browsers... Can it be that simple? Will IE3 will accept opener.location.href instead of msgWindow.opener.location.href ??? ???
|
-- div -->
|