Sunday, December 19, 2004

XMLHttpRequest

The idea itself is very simple. By using JavaScript, a web page can make requests to a web server and get responses in the background.
The user stays on the same page, and generally has no idea that script
running on the page might be requesting pages (using GET) or sending
data (using POST) off to a server behind the scenes.

No comments: