IHTMLBodyElement::get_onunloadIHTMLBodyElement::get_onunload*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLBodyElement::put_onunload
*Next Topic: IHTMLBodyElement::put_scroll

IHTMLBodyElement::get_onunload


HRESULT get_onunload(
    VARIANT *p
);

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

p
Address of a VARIANT structure to store the script.

See also put_onunload

Up Top of Page


IHTMLBodyElement::put_onunload


HRESULT put_onunload(
    VARIANT v
);

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

v
VARIANT structure containing the script.

See also get_onunload


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