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