|
The name AJAX is short for Asynchronous JavaScript and XML. It uses the JavaScript XML Http Request function to create a tunnel from the client's browser to the server and transmit information back and forth without having to refresh the page. Ajax applications, can send requests to the web server to retrieve only the data that is needed, usually using SOAP or some other XML-based web services dialect.
|