Thread: What is ajax?
View Single Post
  #27 (permalink)  
Old 01-28-2011, 10:31 AM
rajesh88 rajesh88 is offline
Member
 
Join Date: Jan 2011
Posts: 55
rajesh88 is on a distinguished road
The Ajax engine works within the Web browser (through JavaScript and the DOM) to render the Web application and handle any requests that the customer might have of the Web server. The beauty of it is that because the Ajax engine is handling the requests, it can hold most information in the engine itself, while allowing the interaction with the application and the customer to happen asynchronously and independently of any interaction with the server...
Reply With Quote