Ajay Kumar Singh on February 1st, 2008

Ajax onload function can be used to load content at the time of page load.
This can be embedded in <body> tag
<body onLoad=”function();” >

Continue reading about Ajax onload event