Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project











EVENT HANDLER:  Document::ondataavailable

This event is a Microsoft extension to the W3C DOM.

Document.ondataavailable="myHandlerFunction"

As well as the above JScript syntax, there are two alternatives:

Inline HTML:

<ELEMENT ondataavailable="myEventHandler" ... >

Named Script (IE Only):

<SCRIPT FOR = object EVENT = ondataavailable>

The ondataavailable event indicates that XML document data is available. This can be useful when handling asynchronous data as it enables you to start processing as soon as data becomes available, in parallel with downloading. The ondataavailable event fires each time a new chunk of data arrives.

The handler for this event can be explicitly set with the ondataavailable property.

 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information