IHTMLMarqueeElement::get_onfinishIHTMLMarqueeElement::get_onfinish*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLMarqueeElement::put_onfinish
*Next Topic: IHTMLMarqueeElement::put_onstart

IHTMLMarqueeElement::get_onfinish


HRESULT get_onfinish(
    VARIANT *p 
);

Retrieves the inline script associated with the onfinish event on the MARQUEE element. This event is fired when the looping is complete.

p
Address of a VARIANT structure that contains the script.

For more information on inline script, see Attaching an Event Handler in the Understanding the Event Model documentation.

See also put_onfinish

Up Top of Page


IHTMLMarqueeElement::put_onfinish


HRESULT put_onfinish(
    VARIANT v 
);

Sets the inline script associated with the onfinish event on the MARQUEE element. This event is fired when the looping is complete.

v
VARIANT structure that contains the script to be set.

For more information on inline script, see Attaching an Event Handler in the Understanding the Event Model documentation.

See also get_onfinish


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