User Profile

Collapse

Profile Sidebar

Collapse
venkikam
venkikam
Last Activity: Sep 6 '07, 02:26 PM
Joined: Aug 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • venkikam
    started a topic Ajax Memory Leak

    Ajax Memory Leak

    Hi All,

    I have a web application that calls an AjaxMethod every 1min based on a javascript timer. It appears that every time I call this ajax method, IE uses more memory.

    My function goes like..

    [CODE=javascript]function ajaxFunction() {

    var xmlHttp;
    xmlHttp = new XMLHttpRequest( );
    xmlHttp.open("G ET","./currentActivity Report.do?actio n=RefreshCurren tActivity&"+par ameter,true);...
    See more | Go to post
    Last edited by acoder; Sep 7 '07, 07:50 AM. Reason: Added code tags

  • venkikam
    started a topic Unable to Focus frame on load

    Unable to Focus frame on load

    Hi Everyone,

    Currently I have frameset like

    [HTML]<frameset framespacing="2 " border="0" frameborder="0" rows="129,*,32" >
    <frame name="top" scrolling="no" noresize target="content s" src="Header.jsp ">
    <frameset cols="157,*" >
    <frame name="contents" src="Left.jsp" noresize...
    See more | Go to post
    Last edited by gits; Aug 19 '07, 08:03 AM. Reason: added code tags
No activity results to display
Show More
Working...