- posted by Steve on Thursday, September 15, 2005 at 1:53 AM
Ajax is the method of using JavaScript, DHTML and the XMLHttpRequest object to perform a GET or POST and return a result without reloading the HTML page. The Ajax technique allows for more interactive web applications with faster response times.
Check out my really simple Ajax example.