View Single Post
  #3 (permalink)  
Old 11-13-2007, 12:13 PM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,723
kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10
Default Re: AJAX and javascript calling javascript

What makes this AJAX? Where is the asynchronous communication with the server? A time now since I looked at AJAX, but can you use the XMLHttpRequest Object that is used for asynchronous communication with the server?

Also note that DOM is intimately integrated with the X (XML) part of AJAX. Very much can be done with DOM functions and more specifically with DOM XML functions.

No need to reinvent the wheel.

Last edited by kgun; 11-13-2007 at 12:19 PM.
Reply With Quote