Click to return to the XML (Extensible Markup Language) home page    
XMLDOMText Object     XTLRuntime Object     XML XMLDOM Objects    
Web Workshop  |  XML (Extensible Markup Language)

XMLHttpRequest Object


The XMLHttpRequest object provides client-side protocol support for communication with HTTP servers.

Remarks

A client computer can use the XMLHttpRequest object (Microsoft.XMLHTTP) to send an arbitrary HTTP request, receive the response, and have the Microsoft XML Document Object Model (XMLDOM) parse that response.

This object is integrated with MSXML to support sending the request body directly from, and parsing the response directly into, the MSXML Document Object Model objects. When combined with the support for XSL, the XMLHttpRequest component provides an easy way to send structured queries to HTTP servers and efficiently display the results with a variety of presentations.

Members

See Also

XMLDOMDocument



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.