onreadystatechange Event
This event fires when the readyState method changes.
Usage | Syntax | Platforms |
---|---|---|
Inline HTML | < ELEMENTonreadystatechange = " handler" ... > |
All platforms |
Event property | object. onreadystatechange = handler |
Microsoft® JScript® (compatible with ECMA 262 language specification) only |
Named script | <SCRIPT FOR = object EVENT = onreadystatechange> |
Microsoft Internet Explorer only |
oXMLDOMDocument.onreadystatechange;
HRESULT onreadystatechange( void );
General Remarks
This event can be explicitly set using the onreadystatechange property.
This member is an extension of the Worldwide Web Consortium (W3C) Document Object Model (DOM).
This event applies to the following interface:
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.