User Profile
Collapse
-
Can you suggest a method to free them? I tried setting x to null, deleting x, various other things without success. -
Memory management issues in JS / AJAX
The Javascript in my web page (updated using AJAX) is causing symptoms like memory leaks on client machines. The memory usage continues to rise until the browser freezes. I have isolated it to the bit of code shown below. Does anything here stand out as a reason fom memory not to be released? Many thanks in advance.
...Code:function ajaxLoaderVWSF(url) { if (document.getElementById) { var x = (window.ActiveXObject)
No activity results to display
Show More
Leave a comment: