Forum Moderators: open
I have 3 html pages...
1.html
2.html
3.html
1.html opens 2.html in a popup box, using window.open(...)
2.html opens 3.html as a Modal Dialog box, using window.showMessageDialog(...)
Now, if I close 1.html, I want both 2.html and 3.html to be closed.
I'm able to get a the handle of the 2.html window.
But, How can I get the handle of 3.html?
Any help is greatly appreciated.
-Srivalli.