|
|
Q1038 Is there a way for a popup window to check if the URL of the main window has changed to a URL on a different server without causing an error?
irt.org | Knowledge Base | JavaScript | Window | Q1038 [ previous next ] Q1038 Is there a way for a popup window to check if the URL of the main window has changed to a URL on a different server without causing an error?You should be able to do this with an image. If in you opener window you defined an image using:
Then in the popup window you should be able to detect this using:
This should work even if the opener now contains a document from another server. |
-- div -->
|