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

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top