onreadystatechangeonreadystatechange*
*



Contents  *



Index  *Topic Contents
*Previous Topic: onmouseup
*Next Topic: onreset

onreadystatechange

Description

Fires whenever the ready state for the object has changed.

Remarks

Each object can choose to expose which set of ready states it is exposing. This event should be fired whenever the ready state is changed.

When an element changes to the loaded state, this event fires immediately before the firing of the load event. This event will not bubble. Events that do not bubble can only be handled on the individual object that fired the event.

Applies To

APPLET, EMBED, IMG, LINK, OBJECT, SCRIPT, STYLE, document

See Also

onload, readyState


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.

GE