What on earth is Ajax.
What is Ajax?
Asynchronous javascript and XML.
Based on javascript and HTTP request.
Ajax is not a new language but a new way to use standard.
_______________________________________________________
How to use it?
create XMLHttpRequest object.
method: open(); send();
properties: onreadystatechange,readyState,responseText.