
AJAX is a developer’s dream, because you can:
- Update a web page without reloading the page
- Request data from a server – after the page has loaded
- Receive data from a server – after the page has loaded
- Send data to a server – in the background
Curriculum
- 10 Sections
- 19 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- AJAX IntroductionAJAX is a developer's dream, because you can: Update a web page without reloading the page Request data from a server - after the page has loaded Receive data from a server - after the page has loaded Send data to a server - in the background2
- AJAX - The XMLHttpRequest ObjectThe keystone of AJAX is the XMLHttpRequest object.2
- AJAX - Send a Request To a ServerThe XMLHttpRequest object is used to exchange data with a server.3
- AJAX - Server ResponseThe onreadystatechange Property The readyState property holds the status of the XMLHttpRequest. The onreadystatechange property defines a function to be executed when the readyState changes. The status property and the statusText property holds the status of the XMLHttpRequest object.2
- AJAX XML ExampleAJAX can be used for interactive communication with an XML file.1
- AJAX PHP ExampleAJAX is used to create more interactive applications.2
- AJAX ASP ExampleAJAX is used to create more interactive applications.2
- AJAX Database ExampleAJAX can be used for interactive communication with a database.2
- XML ApplicationsThis chapter demonstrates some HTML applications using XML, HTTP, DOM, and JavaScript.2
- AJAX ExamplesSimple Examples A simple AJAX example Create a simple XMLHttpRequest, and retrieve data from a TXT file. An AJAX example with a callback function Create a XMLHttpRequest with a callback function, and retrieve data from a TXT file.1
Instructors
No student enrolled.