Shine Tutorial    
  shinetutorialtopsideimage
HOME DOS OS C,C++ HTML CSS XML JAVA ASP PHP SQL OFFICE MULTIMEDIA MORE... CERTIFICATION ABOUT
 
S T ADVT
TUTORIALS


 

AJAX Examples

« Previous Next Chapter »

Examples

Try it Yourself - Examples

A simple AJAX example
Create a simple XMLHttpRequest, and retrieve data from a TXT file.

Load an XML file with AJAX
Create an XMLHttpRequest to retrieve data from an XML file.

Retrieve header information with AJAX
Retrieve header information of a resource (file).

Retrieve specific header information with AJAX
Retrieve specific header information of a resource (file).

Retrieve the content of an ASP file
How a web page can communicate with a web server while a user type characters in an input field.

Retrieve content from a database
How a web page can fetch information from a database with AJAX.

Retrieve the content of an XML file
Create an XMLHttpRequest to retrieve data from an XML file and display the data in an HTML table.

An AJAX example with a callback function
Create a XMLHttpRequest with a callback function, and retrieve data from a TXT file.


« Previous Next Chapter »