Tag Archives: onload

Ajax onload event

1 Feb

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();” >