asp.net.ph

onreadyStatechange Event

DHTML Events


Fires whenever the ready state for the object has changed.

Syntax

Inline HTML <element onreadyStatechange = "handler" ... > All platforms
Event property object.onreadyStatechange = handler ECMA-262 Language Specification
Named script <script FOR=object EVENT=onreadyStatechange> Internet Explorer® only

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



Contents
HTML Elements
HTML Element Attributes
CSS Properties
DOM Events Reference

Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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