AJAX Tutorial
Selected Reading
© 2011 TutorialsPoint.COM
|
AJAX Examples
Here is the list of famous web applications which are using AJAX
Google Maps
A user can drag the entire map by using the mouse instead of clicking on a button or something
Google Suggest
As you type, Google will offer suggestions. Use the arrow keys to navigate the results
Gmail
Gmail is a new kind of webmail, built on the idea that email can be more intuitive, efficient and useful
Yahoo Maps (new)
Now it's even easier and more fun to get where you're going!
Difference in AJAX and Conventional CGI Program
Try these two examples one by one and you will feel the difference. While trying AJAX example you do not feel any discontinuation and you get response very quickly but when you try standard GCI example then you would have to wait for the response and your page also get refreshed.
AJAX Example:
Standard Example:
NOTE: We have given a more complex example in AJAX Database section.
|
|
|
|