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

ondataavailable Property


Specifies the event handler for the ondataavailable event.

Syntax

objXMLDOMDocument.ondataavailable = value

Remarks

The property is write-only. When handling asynchronous data, it is useful to be able to start processing in parallel with the download as soon as data becomes available. The ondataavailable event fires each time a new chunk of data arrives. The readyState property defines several states that specify the current status of the asynchronous download.

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.