Thread: What is ajax?
View Single Post
  #16 (permalink)  
Old 05-26-2010, 06:46 AM
andrikcode andrikcode is offline
Junior Member
 
Join Date: May 2010
Posts: 17
andrikcode is on a distinguished road
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.
Reply With Quote