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.
Detailed description
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.
|