Skip to content

XmlHttpRequest

Objectives

  • Review Asynchronous JavaScript and XML (AJAX).

  • Learn to use the XMLHttpRequest object to implement AJAX.

  • Use JSON to parse response text to JSON.

  • Set and access XMLHttpRequest properties.

Topics


Up -- Next