IHTMLDocument2::get_onhelpIHTMLDocument2::get_onhelp*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLDocument2::put_onhelp
*Next Topic: IHTMLDocument2::put_onclick

IHTMLDocument2::get_onhelp


HRESULT get_onhelp(
    VARIANT *p
);

Retrieves the inline script associated with the onhelp event on the object.

p
Address of a VARIANT structure to store the script.

See also put_onhelp

Up Top of Page


IHTMLDocument2::put_onhelp


HRESULT put_onhelp(
    VARIANT v
);

Sets the inline script associated with the onhelp event on the object.

v
VARIANT structure containing the inline script.

See also get_onhelp


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.