Quote:
|
Originally Posted by aico
what's an Ajax page?
|
AJAX is a collaboration of the XML fetch object and Javascript to allow for asynchronous data retreival in webpages.
Basically, it means a page can send and retreive data on the fly - without having to be reloaded.
Simplest example is on those sites where you choose your country, and it loads up a list of states.