Hello everyone,
in my application i am using xmlhttp, which is called by a function after a time interval say 3 second.
The problem is that everything is going well in Chrome and Mozila firefox but in Ie8, some times it works ans sometime its not, and when it worked in I8 (sometime) then it takes long time rather than i set the interval, and need that the response will be correct, so now i am confusing that, is ie8 cache the xmlhttp and the same result is shown from its cache so something else.
and ya i did one thing to do this i place a anchor button on the page and in click event of this anchor i called that function. when i clicked it, its working properly.
so please help me if there is something special in ie8 regarding XMLHTTP.