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:
Post a Comment