0% found this document useful (0 votes)
32 views1 page

Ajax Examples

The document provides examples of famous web applications that use AJAX including Google Maps, Google Suggest, Gmail, and Yahoo Maps. It also gives examples to demonstrate the difference between AJAX and conventional CGI programs by showing how AJAX provides responses more quickly without page refreshes.

Uploaded by

Sony
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

Ajax Examples

The document provides examples of famous web applications that use AJAX including Google Maps, Google Suggest, Gmail, and Yahoo Maps. It also gives examples to demonstrate the difference between AJAX and conventional CGI programs by showing how AJAX provides responses more quickly without page refreshes.

Uploaded by

Sony
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

20/04/2020 AJAX - Examples - Tutorialspoint

AJAX - Examples

Here is a list of some famous web applications that make use of AJAX.

Google Maps

A user can drag an entire map by using the mouse, rather than clicking on a button.
https://maps.google.com/

Google Suggest
As you type, Google offers suggestions. Use the arrow keys to navigate the results.

https://www.google.com/webhp?complete=1&hl=en

Gmail

Gmail is a webmail built on the idea that emails can be more intuitive, efficient, and useful.

https://gmail.com/

Yahoo Maps (new)

Now it's even easier and more fun to get where you're going!

https://maps.yahoo.com/

Difference between AJAX and Conventional CGI Program

Try these two examples one by one and you will feel the difference. While trying AJAX example, there is
no discontinuity and you get the response very quickly, but when you try the standard GCI example, you
would have to wait for the response and your page also gets refreshed.

AJAX Example

* = AJAX

Standard Example

* = Standard

NOTE − We have given a more complex example in AJAX Database .

https://www.tutorialspoint.com/ajax/ajax_examples.htm 1/1

You might also like