Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleElement::get_onload Next Topic: IHTMLStyleElement::get_readyState |
IHTMLStyleElement::get_onreadystatechange
HRESULT get_onreadystatechange( VARIANT *p );Retrieves the script associated with the onreadystatechange event on the STYLE element.
For more information on inline script, see Attaching an Event Handler in the Event Model documentation.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that contains the script.
See also put_onreadystatechange
IHTMLStyleElement::put_onreadystatechange
HRESULT put_onreadystatechange( VARIANT v );Sets the script associated with the onreadystatechange event on the STYLE element.
For more information on inline script, see Attaching an Event Handler in the Event Model documentation.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the script to be set.
See also get_onreadystatechange
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.