Introduction to Ajax
AJAX stands for Asynchronous JavaScript and XML. Conventional web application transmit information from the sever using XML Http Request. This means you fill out a form, hit submit, JavaScript will make a request to the server, interpret the results and update the current screen, and user would never know that anything was even transmitted to the server.