AJAX Examples
Try it Yourself - Examples
Simple Examples
A simple AJAX exampleCreate a simple XMLHttpRequest, and retrieve data from a TXT file.
An AJAX example with a callback function
Request Header Information
Retrieve all header information of a resource (file)Retrieve specific header information of a resource (file)
Request XML Files
Load an XML file with AJAXCreate an XMLHttpRequest to retrieve data from an XML file.
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.
Retrieve Server Data with PHP and ASP
Retrieve the content of a PHP fileHow a web page can communicate with a web server while a user type characters in an input field.
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 Database Information
Retrieve content from a databaseHow a web page can fetch information from a database with AJAX.
AJAX Applications
View an XML CD catalogDisplay XML data in an HTML table
Show XML data inside an HTML div element
Navigate through XML nodes
A simple CD catalog application