IHTMLBodyElement::get_onselectIHTMLBodyElement::get_onselect*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLBodyElement::put_onselect
*Next Topic: IHTMLBodyElement::put_onbeforeunload

IHTMLBodyElement::get_onselect


HRESULT get_onselect(
    VARIANT *p
);

Retrieves the inline script associated with the onselect event on the BODY element.

p
Address of a VARIANT structure to store the script.

See also put_onselect

Up Top of Page


IHTMLBodyElement::put_onselect


HRESULT put_onselect(
    VARIANT v
);

Sets the inline script associated with the onselect event on the BODY element.

v
VARIANT structure that contains the script.

See also get_onselect


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