Close
jGuru Forums
Expand All | Collapse All
IE8-9: Executing Java Script repeatedly causes Jav... RPThu Jun 21, 2012 08:17 AM
This is a case of memory leak in IE when running JavaScript repeatedly. I am running some JavaScript repeatedly (per our development requirement) on an applet which causes the applet or JVM to exit. I have an example page and my JavaScript code that can reproduce this issue. Here are steps to follow to produce this issue: 1. Launch Internet Explorer (8/9). 2. Go to [ http://csis.pace.edu/~bergin/Java/applets.htm] webpage 3. Open Developer Tools window (using F12 or Settings->F12 Developer Tools) 4. On the Developer Tools window select the "Console" tab 5. Type and run following Java Script in the console tab
Report | Quote This | Reply | Print