IHTMLMarqueeElement::get_onstartIHTMLMarqueeElement::get_onstart*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLMarqueeElement::put_onstart
*Next Topic: IHTMLMarqueeElement::put_onbounce

IHTMLMarqueeElement::get_onstart


HRESULT get_onstart(
    VARIANT *p 
);

Retrieves the inline script associated with the onstart event on the MARQUEE element. This event is fired when a loop begins, and when a bounce cycle begins for alternate behavior.

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_onstart

Up Top of Page


IHTMLMarqueeElement::put_onstart


HRESULT put_onstart(
    VARIANT v 
);

Sets the inline script associated with the onstart event on the MARQUEE element. This event is fired when a loop begins, and when a bounce cycle begins for alternate behavior.

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_onstart


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