Well, I will definitely agree with you that it is indeed being done by Ajax. I would read up on Ajax and see if you know how to program yourself in it. It is not so easy and can get very confusing, quickly. Here's a small blurb from Wikipedia though to answer your question more directly:
Quote:
|
AJAX is asynchronous, in that extra data is requested from the server and loaded in the background without interfering with the display and behavior of the existing page. JavaScript is the scripting language in which AJAX function calls are usually made.[1
|
Matt
|