Ajax

Ajax =Asynchronous Java Script and XML(Java Script+Xml). Ajax is not a programming language. Ajax is a Web development Techniques for creating interactive web application.Ajax is web browser technologies independent of web server software.Ajax use for exchange the content on webpage without reloading the webpage.

Difference in Ajax and conventional CGI Program

             4+5=9 with ajax page no reload
             4+5=9 without ajax web page reload

Ajax Example
  • Google Map
  • Yahoo Map
  • Gmail

XMLHttpRequest

XMLHttpRequest is keystone of Ajax .