asp.net.ph

Skip Navigation Links

onreadyStatechange Event


Fires whenever the ready state for the object has changed.

Syntax

Inline <element onreadyStatechange = "handler" ... >
Script object.onreadyStatechange = handler

Remarks

Bubbles No
Cancels No
To invoke Change the ready state.
Default action Signals the ready state of the document.

The readyState property exposes a set of ready states: initializing, interactive, and loaded. The onreadyStatechange event fires whenever the specified ready states change. When an object changes to the loaded state, this event fires immediately before the firing of the onload event.

Event Object Properties

While event handlers in the Document Object Model do not receive parameters directly, the handler can query the event object for data.

Event Object Properties


Applies To

APPLET, BDO, document, EMBED, FIELDSET, IMG, LINK, OBJECT, SCRIPT, XML

See Also

onload, readyState


Need a break ?
Suggested Reading

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph.

If you have any question, comment or suggestion,
please send us a note