Thread: What is ajax?
View Single Post
  #14 (permalink)  
Old 05-18-2010, 03:46 AM
robertgilbart robertgilbart is offline
Junior Member
 
Join Date: May 2010
Posts: 17
robertgilbart is on a distinguished road
Ajax (Asynchronous JavaScript and XML) is a method of building interactive applications for the Web that process user requests immediately. Ajax combines several programming tools including JavaScript, DHTML, Extensible Markup Language, cascading style sheets, the Document Object Model, and the Microsoft object, XMLHttpRequest. Ajax allows content on Web pages to update immediately when a user performs an action, unlike an HTTP request, during which users must wait for a whole new page to load.
Reply With Quote