Suramya's Blog : Welcome to my crazy life…

January 24, 2006

Mastering Ajax: Make asynchronous requests with JavaScript and Ajax

Filed under: Tutorials — Suramya @ 3:49 PM

Good tutorial by IBM that explains how to make asynchronous requests with JavaScript and Ajax.

Abstract:

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.

Complete Article: Make asynchronous requests with JavaScript and Ajax

– Suramya

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress