Thread: Ajax
View Single Post
  #1  
Old 05-04-2009, 06:04 PM
welcomewiki welcomewiki is offline
Member
 
Join Date: Dec 2008
Location: India
Posts: 80,566
Default Ajax

AJAX = Asynchronous JavaScript And XML

AJAX is an acronym for Asynchronous JavaScript And XML.


AJAX is not a new programming language, but simply a new technique for creating better, faster, and more interactive web applications.


AJAX uses JavaScript to send and receive data between a web browser and a web server.


The AJAX technique makes web pages more responsive by exchanging data with the web server behind the scenes, instead of reloading an entire web page each time a user makes a change.
Reply With Quote