Ajax

Michael

New member
Ajax is asynchronous JavaScript and XML. It is used to design web pages that are more end-user friendly and respond more quickly when the user requests data. A good example of AJAX in practice is Google Maps.
 
Ajax is a client-side script that communicates to and from a server/database without the need for a postback or a complete page refresh. The best definition I've read for Ajax is “the method of exchanging data with a server, and updating parts of a web page - without reloading the entire page
 
Back
Top