IHTMLElement::get_onhelpIHTMLElement::get_onhelp*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLElement::put_onhelp
*Next Topic: IHTMLElement::put_onclick

IHTMLElement::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


IHTMLElement::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.