|
|
Q1476 How do I close a child window right after the parent window closes?
irt.org | Knowledge Base | JavaScript | Window | Q1476 [ previous next ] Q1476 How do I close a child window right after the parent window closes?In Netscape Navigator 4+ and Internet Explorer 4+ if you open it with:
Then you can close it with
This will close it if the user leaves the page that opened it. If you need to have the child stay open across multiple pages, you need to open it from a frameset and put the onUnload in the frameset tag:
Feedback on 'Q1476 How do I close a child window right after the parent window closes?' |
-- div -->
|