Click to return to the Component Development home page    
onmousemove Event     onscriptletevent Event     Welcome to Scriptlet Tech...    
Web Workshop  |  Component Development

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.



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.