Thursday, April 26, 2007

Gung ho with AJAX!!!

Okay lets get down to the nuts and bolts of it..... lets start by creating an AJAX application rightaway. Well what does it require ....some Javascript and XML.

Okay lets pick a piece of code from the W3 site.
http://www.w3schools.com/ajax/ajax_browsers.asp


What we clearly see is javascript in action . So before we delve into the script lets understand
some tech specs :)

Browser specs:

The Internet Explorer uses an ActiveX object while all other browsers use
XMLHttpRequest which is in built in the javascript object.




No comments: