User Profile

Collapse

Profile Sidebar

Collapse
Bob Vu
Bob Vu
Last Activity: Jan 13 '11, 08:42 PM
Joined: Jan 5 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Bob Vu
    replied to Memory management issues in JS / AJAX
    Can you suggest a method to free them? I tried setting x to null, deleting x, various other things without success.
    See more | Go to post

    Leave a comment:


  • Bob Vu
    started a topic Memory management issues in JS / AJAX

    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)
    ...
    See more | Go to post
No activity results to display
Show More
Working...