Simple AJAX :: Execute server side actions without page reloading

Posted by on 27 January 2009

This class can be used to execute server side actions without reloading the current page.  It uses XMLHttpRequest objects to send the what is known as AJAX requests and collects the responses that can be used to update parts of a page.
The AJAX requests can be associated to server side PHP scripts that execute the necessary actions and output the request responses.

Download:


Leave a Reply