IHTMLInputFileElement::get_onchangeIHTMLInputFileElement::get_onchange*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLInputFileElement::put_onchange
*Next Topic: IHTMLInputFileElement::put_onselect

IHTMLInputFileElement::get_onchange


HRESULT get_onchange(
    VARIANT *p
);

Retrieves the inline script associated with the onchange event for an INPUT type=file element. An onchange event occurs when the content of the object has changed.

p
Address of a VARIANT structure that receives the script.

See also put_onchange

Up Top of Page


IHTMLInputFileElement::put_onchange


HRESULT put_onchange(
    VARIANT v
);

Sets the inline script associated with the onchange event for an INPUT type=file element. An onchange event occurs when the content of the object has changed.

v
VARIANT structure that contains the new script.

See also get_onchange


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