Asty
06-16-2008, 03:47 PM
My problem is little peculiar.
Parent1.jsp opens a popup window Popup1.jsp which opens another popup Popup2.jsp. As soon as Popup2.jsp is opened, Popup1.jsp closes itself.
Now I need to close Popup2.jsp when Parent1.jsp is closed.
using Window.opener doesn't work because then as soon as Popup1 is closed, Popup2 is also closed.
Can anyone please tell me how to do this?
Thanks.
Parent1.jsp opens a popup window Popup1.jsp which opens another popup Popup2.jsp. As soon as Popup2.jsp is opened, Popup1.jsp closes itself.
Now I need to close Popup2.jsp when Parent1.jsp is closed.
using Window.opener doesn't work because then as soon as Popup1 is closed, Popup2 is also closed.
Can anyone please tell me how to do this?
Thanks.