Following lines of code are used to put 'KeepAlive.aspx as a dummy page in the website.
var img = new Image(1, 1);
img.src = 'KeepAlive.aspx?date=' + escape(new Date());
I do not understand that. What is image(1,1) two dimensional array of images? How come image has src property?
The code has been taken from
http://www.codeproject.com/Articles/...out-in-ASP-Net


Reply With Quote

Bookmarks