![]() |
|
|
+ Search |
![]()
|
Mar 6th, 2000 05:16
Martin Honnen, James Walford,
Window objects have a boolean
closed
property you can check so access the opener window
window.opener
and check the property
if (window.opener.closed)
// do stuff when opener closed perhaps
// window.close()
else
// do stuff when opener is still open