Archive | Ajax RSS feed for this section

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

AJAX – Tutorial

30 Jan

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 are browser and platform independent and supported by all major browsers.

How does AJAX Works?

Ajax utilizes JAVA script and XMLHttpRequest to interact with web server without refreshing the page.