previous | index | next

How Ajax Is Asynchronous

An XMLHttpRequest (XHR) object is used by web browser scripting languages to pass data between the client and server asynchronously.

The basic procedure (in JavaScript):

xhr acts as a go-between for the server and client: Here is the full showDateAndTime() function.

previous | index | next