Thread: What is ajax?
View Single Post
  #15 (permalink)  
Old 05-19-2010, 11:24 AM
scroozlewis scroozlewis is offline
Junior Member
 
Join Date: May 2010
Posts: 17
scroozlewis is on a distinguished road
AJAX stands for Asynchronous JavaScript and XML. AJAX is a technique for creating fast and dynamic web pages. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page. Classic web pages, must reload the entire page if the content should change.
Reply With Quote