Ajax

Ajax onload event

Feb 1, 2008 No comments

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

AJAX – Tutorial

Jan 30, 2008 No comments

AJAX – Asynchronous Asynchronous JavaScript And XML. AJAX is not a programming language but a method to create interactive web applications. The best use of AJAX can be seen on web registration forms. When you start entering user name then the AJAX script checks for the availability in background while you enter name. AJAX Applications […]