Ajax

  • Ajax onload event

    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

    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…