Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::put_onclick Next Topic: IHTMLDocument2::put_ondblclick |
IHTMLDocument2::get_onclick
HRESULT get_onclick( VARIANT *p );Retrieves the inline script associated with the onclick event on the object.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure to store the script.
See also put_onclick
IHTMLDocument2::put_onclick
HRESULT put_onclick( VARIANT v );Sets the inline script associated with the onclick event on the object.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the inline script.
See also get_onclick
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.