IHTMLFrameSetElement::get_onunloadIHTMLFrameSetElement::get_onunload*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLFrameSetElement::put_onunload
*Next Topic: IHTMLFrameSetElement::put_onbeforeunload

IHTMLFrameSetElement::get_onunload


HRESULT get_onunload(
    VARIANT *p
);

Retrieves the inline script associated with the onunload event before a FRAME element is unloaded.

p
Address of a VARIANT structure that receives the script.

See also put_onunload

Up Top of Page


IHTMLFrameSetElement::put_onunload


HRESULT put_onunload(
    VARIANT v
);

Sets the inline script associated with the onunload event before a FRAME element is unloaded.

v
VARIANT structure that contains the script to be set.

See also get_onunload


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