Expand Minimize
This topic has not yet been rated - Rate this topic

XMLHttpRequest property

Returns a reference to the constructor for objects derived from the XMLHttpRequest interface object.

Internet Explorer 8

Syntax

HRESULT value = object.get_XMLHttpRequest(IDispatch** p);

Property values

Type: Object

Reference to the constructor of the interface object.

Remarks

This member supports the Document Object Model (DOM) infrastructure and is not intended to be used directly from your code. Use the constructor.prototype property of an object derived from the XMLHttpRequest interface object to manage the behavior of XMLHttpRequest objects. For more information, see Advanced Object Creation (JScript).

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.