Forum Moderators: open

Message Too Old, No Replies

how to get the handle of a Modal Dialog Box

how to get the handle of a Modal Dialog Box

         

srivalli9

3:11 pm on Oct 15, 2004 (gmt 0)

10+ Year Member



Hi,

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.

korkus2000

2:42 pm on Oct 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hmm I have never tried this before. Have you found an answer to your problem yet?