Closing a Window containing a Signed Applet closes Opener Window
Hi,
I have a signed applet in a JSP page, which is opened from another page using window.open().
The problem is , when I close this opened window, the parent window gets closed.
I tried setting the window.opener=self; while loading the new page, but that didn't work out.
Please help me resolve this.
Regards,
JJ

