View Single Post
  #8 (permalink)  
Old 22-03-2008, 05:45 PM
Monie Monie is offline
Novice Webmaster
 
Join Date: Mar 2008
Location: Sabah
Posts: 47
Rep Power: 0
Monie is on a distinguished road
For some reason, I can't even edit my own post!!!

Anyway,
AJAX doesn't enhance Javascript. It relies on it. Javascript is a client side technology. It is purely run on the browser. AJAX can be thought of as interface between the technologies.
AJAX just uses javascript to communicate with the server in the form of XML. That's all. There's no magical difference between javascript and AJAX, AJAX is an implementation of javascript.

EDIT: the correct link is this: W3schools

Last edited by Monie; 22-03-2008 at 05:48 PM.
Reply With Quote