abort Method (IXMLHTTPRequest)
Cancels the current HTTP request.
oXMLHttpRequest.abort();
HRESULT abort(
void
);
General Remarks
The request will be returned to the UNINITIALIZED state, and the open method must be called next.
This method applies to the following interface:
See Also
open Method | readyState Property
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.