IHTMLElement::get_onbeforeupdateIHTMLElement::get_onbeforeupdate*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLElement::put_onbeforeupdate
*Next Topic: IHTMLElement::put_onafterupdate

IHTMLElement::get_onbeforeupdate


HRESULT get_onbeforeupdate(
    VARIANT *p
);

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

p
Address of a VARIANT structure to store the script.

See also put_onbeforeupdate

Up Top of Page


IHTMLElement::put_onbeforeupdate


HRESULT put_onbeforeupdate(
    VARIANT v
);

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

v
VARIANT structure that contains the script to set.

See also get_onbeforeupdate


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