unique visitors counter

Asynchronous JavaScript and XML (Ajax)

This isn’t a tutorial. For more information on what Ajax is, read:

http://en.wikipedia.org/wiki/XMLHttpRequest

For the cool Ajax loader graphics, visit:

http://www.ajaxload.info/

Well, I feel confident enough now to expose my little ajax.js script to the world:
Click here to see it in action
Click here to download the complete example

Remember that you’ll nead to unzip the example into some public directory on your web server. The example gets information from a PHP script so you’ll need to have PHP enabled as well.

My ajax.js script:

Posted in JavaScript, AJAX on October 29th, 2007 by me | | 0 Comments