About AJAX

This is an example of what you can do with AJAX. AJAX uses XMLHTTP to send "silent" requests to the server. The response could be for example be the content of a HTML file

The AJAX library used at this site is from the site http://twilightuniverse.com/projects/sack/. You can find alot of librarys on the net. As a start, I decided to base my examples on this one