Articles: 843 | Categories: 148   
   
   
Home Articles Contact Us
 
 
 
 
Simple AJAX (0 Comments)
Admin: Posted Date: April 4, 2010

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.

 

 
 
Add a Comment:
 
(You must be signed in to comment on an article. Not a member? Click here to register)
   
Title:

Comments: