1. Home
  2. Computing & Technology
  3. JavaScript
photo of Stephen Chapman
Stephen's JavaScript Blog

By Stephen Chapman, About.com Guide to JavaScript since 2004

Introduction to Ajax

Sunday February 15, 2009
JavaScript can pass requests to the server

Some people claim that Ajax is an acronym (standing for "Asyncronous JavaScript and XML"). The person who "invented" the term (but not the technique) claims that it is not an acronym. Regardless of which view you take, Ajax means calling server side processing from JavaScript to update a small part of the content without having to reload the entire page. To be able to do this we need to know both how to retrieve the information from the server and how to make changes to the content of the current web page. We'll start by looking at retrieving information from the server and this starts with defining a JavaScript XMLHttpRequest Object.
Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore JavaScript
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. JavaScript

©2009 About.com, a part of The New York Times Company.

All rights reserved.