Sunday, May 29, 2005

Guide to Using XMLHttpRequest (with Baby Steps)

The XMLHttpRequest object is a handy dandy JavaScript object that offers a convenient way for webpages to get information from servers without refreshing themselves.

Although the XMLHttpRequest object might sound complex and different from any other JavaScript object you have ever used, it really isn't.

No comments:

Post a Comment