Aborts an asynchronous download in progress.
Syntax
oXMLDOMDocument.abort()
Remarks
This method stops download and parsing, and discards any portion of the XML tree already built. The XMLDOMParseError object indicates that the download was stopped.
If the readyState property has the value COMPLETED, no action is taken and the current document is unchanged.
This member is an extension of the W3C DOM.
Applies To