Click to return to the XML (Extensible Markup Language) home page    
XMLDOMDocument async Prop...     XMLDOMDocument Object    
Web Workshop  |  XML (Extensible Markup Language)

abort Method


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

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
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.