Ajax Tutorial: XMLHttpRequest Overview
XMLHttpRequest was designed by MS to allow IE to load XML documents from JavaScript.
XMLHttpRequest provides a small API and a handful of methods and properties, XMLHttpRequest has difference between IE and Mozilla.In IE, XMLHttpRequest is an ActiveX object whereas,the Mozilla syntax for XMLHttpRequest instantiation is used.
XMLHttpRequest is the most important method for AJAX communications because [...]