IE9 crashes on closing window containing Java Applet
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.
Re: IE9 crashes on closing window containing Java Applet
Hi
This is a place to say hi, not to ask questions.
Before posting in any forum you should read the forum rules and the sticky threads at the top of the section you plan to post in.
Re: IE9 crashes on closing window containing Java Applet
Thread moved to: Java Applets
Hello parthei.
Does this problem happen with any other Java applet? Is this code you have written yourself?
Re: IE9 crashes on closing window containing Java Applet
Thread moved to: Java Applets
Hello parthei.
Does this problem happen with any other Java applet? Is this code you have written yourself?
Re: IE9 crashes on closing window containing Java Applet
@JavaPF, i have written code my self,
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.