Hi,
I am using java applet in my website, i have installed java run time environment(jre) 7 update 6, and using IE9 as browser.
I open this java applet in new popup window from the browser IE9.
Now my problem is...
If I close the newly opened browser window containing "Java Applet" before it load completely on IE9, browser crash. It close the popup window and restart the browser. It shows the error that "Problem with web page caused internet explorer to close and reopen."
Can any one help to solve this problem?
Updated:
it is causing issue in all major browser, if i close popup window immediately before java applet is fully loaded in popup window, it crash,
and if i close popup window after successful load of applet, there is no issue.
so i don't want to block the user from closing the popup window until it's got loaded.