Ajax From the Ground Up Demo - Part 2

The link below will test for ajax functionality, then send a request to the server. The result will output text for the Ajax test as well as for the requests to the server.

You'll notice that the request will occur multiple times. In IE6/7 it occurs 5 times. Firefox spits out the resulting message 4 times. In Opera it's 3. Other browsers may have different results.

Test for Ajax, and Send a Request to the Server

< Return to Ajax Tutorial