Asynchronous JavaScript and XML (AJAX): it describes a new type of Web page design for the updating of certain data of a page without reloading the total of this page.
This design method based on combining existing technologies: HTML / CSS, Javascript / DOM, XML and HTTP requests.
For example, we can make LiveSearch (Live Search). That is to say, at the same time as you type keywords for search, one sees the results or suggestions list (without having to reload a page). It is just one example, the applications of this type of design of a website are innumerable and mostly yet to be invented...
Among the applications using AJAX include Gmail, Windows Live...
Specifically, a Javascript object (XMLHttpRequest object) can send an HTTP request (POST, GET ...) to the server and retrieve the result. The direct consequence is that one can overcome the reloading of a page to retrieve information from the server.
Today, all modern browsers allow you to use AJAX (Internet Explorer versions 5 and higher, Mozilla Firefox ...).



LinkBack URL
About LinkBacks
Reply With Quote

