AJAX Examples

Example Name And Link Description
Simple GET Operation Demonstrates the basic AJAX operation of retrieving text data from the server. This example requests a small text file from the web server and inserts the contents into a DIV tag on the page, and displays the result code
GET with dynamic page  
POST operation Posts form data to the server in the background