Child Window

A

aroraamit81

Hi,

How can I trap, that on closing a parent window the child window should
also get closed.

Any help????

Regards,
Amit Arora
 
S

Stephen Chalmers

Hi,

How can I trap, that on closing a parent window the child window should
also get closed.

Any help????

Regards,
Amit Arora

If you have access to the code in the child window, try adding this:

setInterval("if(window.opener==null ||
window.opener.closed)window.close();", 1000);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,224
Latest member
BettieToom

Latest Threads

Top