Leran JavaScripts

AJAX Example Explained
XMLHttpRequest Object

The XMLHttpRequest object can be used to exchange data with a server.
This means that it is possible to update parts of a web page,
without reloading the whole page.

Syntax for creating an XMLHttpRequest object:
          
variable = new XMLHttpRequest();