Archive for September 18, 2007

JavaScript XHR: Acronym for XmlHttpRequest

Posted in JavaScript, Software, Technology, Web, Web 2.0, internet, programming on September 18, 2007 by Joey

The acronym XHR stands for XmlHttpRequest, which is an API used by JavaScript to transfer XML and other data via HTTP to and from a web server. The XmlHttpRequest API is core to Ajax applications and primarily utilized to build dynamic, responsive Internet applications.

Related articles:
Creating an XmlHttpRequest object for Ajax
XmlHttpRequest open Method
XmlHttpRequest send Method
XmlHttpRequest onreadystatechange
XmlHttpRequest readyState values
XmlHttpRequest status Property values
Getting Data from a Server for Ajax
Simple Ajax Example Tutorial with ColdFusion
XmlHttpRequest responseXML Property
XmlHttpRequest responseText Property
XmlHttpRequest: Difference Between Firefox and Internet Explorer