|
-
Feb 8th, 2004, 06:41 PM
#1
Thread Starter
Frenzied Member
JS See if window is closed?
If I open a window with JS, is there any way to constantly check if it's closed again ? Or is it possible to send a message from the window I opened to the window that opened it saying it's going to close? I need to redirect a page as soon as it's popup closes!
Cheers!
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Feb 8th, 2004, 08:29 PM
#2
Lively Member
There is no onclose event but their is an onUnload event.
-
Feb 8th, 2004, 09:02 PM
#3
Thread Starter
Frenzied Member
found out I can open it as an object, and use myObject.Closed() which you return a boolean value, which is what I need. But I don't have access to the code that opens the popup and it opens it using OpenWindow(blabla), or something like that, without making it an object, so that's useless...
Cheers!
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|