Hi guys,
I've got a client that wants a site where they will have an opening page, and when you launch the site it launches 4 popup windows (1 navigation, 3 content)
anyway I can launch them easy enough with window.open, but the client wants it so that if you close any of the 4 windows, all 4 close. I can make the opening page monitor the 4 popups and close the remaining popups if it finds any have been closed, but I cant be sure the opening window itself will not be closed after the site is launched.
What I want to do, is get the opening window to pass the references of all the windows it has opened to all the windows (does that make sense?) so the navigation window will be passed the references to the other 3 content windows that were opened, so that onUnload it can close() them.
Or if theres any other way to reference windows from a page other than the one that opened it please let me know,
thanks for your time,
James
I've got a client that wants a site where they will have an opening page, and when you launch the site it launches 4 popup windows (1 navigation, 3 content)
anyway I can launch them easy enough with window.open, but the client wants it so that if you close any of the 4 windows, all 4 close. I can make the opening page monitor the 4 popups and close the remaining popups if it finds any have been closed, but I cant be sure the opening window itself will not be closed after the site is launched.
What I want to do, is get the opening window to pass the references of all the windows it has opened to all the windows (does that make sense?) so the navigation window will be passed the references to the other 3 content windows that were opened, so that onUnload it can close() them.
Or if theres any other way to reference windows from a page other than the one that opened it please let me know,
thanks for your time,
James