Contents Index Topic Contents |
onreadystatechange Event
Sent to indicate whether the scriptlet has completed loading.
Applies To
Scriptlet container object
Visual Basic Syntax
ScriptContainer_onreadystatechange ()
JavaScript Syntax
< SCRIPT LANGUAGE="JavaScript"
FOR=ScriptContainer
EVENT= onreadystatechange >Remarks
This event is fired multiple times while the scriptlet is loading. The final time, it indicates that the scriptlet's .htm page is fully loaded and its scripts can be called. To test the current state, you can get the value of the scriptlet container object's readystate property.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.