January 25, 2007 01:45 PM EST
AJAX stands for Asynchronous JavaScript and XML. The core of AJAX is the use
of the XMLHttpRequest() object to communicate with server-side scripts. It
can send and receive information in XML, HTML, and plain text.
The "Asynchronous" part means the client can communicate with the ... (more)