Linked by Thom Holwerda on Sat 21st Jan 2006 18:18 UTC, submitted by anonymous
General Development "Most Web applications use a request/response model that gets an entire HTML page from the server. The result is a back-and-forth that usually involves clicking a button, waiting for the server, clicking another button, and then waiting some more. With AJAX and the XMLHttpRequest object, you can use a request/response model that never leaves users waiting for a server to respond. In this article, Brett McLaughlin shows you how to create XMLHttpRequest instances in a cross-browser way, construct and send requests, and respond to the server."
Thread beginning with comment 88222
To read all comments associated with this story, please click here.
Concise and well written
by tyrione on Sat 21st Jan 2006 23:03 UTC
tyrione
Member since:
2005-11-21

In areas of technical authoring, Mr. McLaughlin continues to have high standards.