Simple AJAX

Posted by admin on December-10-2009 Add Comments

Bookmark and Share


Simple AJAX

Author : Er. Rochak Chauhan

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 :
http://www.ziddu.com/download/7232492/simpleajax-2005-11-29.zip.html

Post a Comment

You must be logged in to post a comment.