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);...
User Profile
Collapse
-
Ajax Memory Leak
-
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...
No activity results to display
Show More