onFinish (Event handler)

Triggered when a marquee object has finished looping.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyObject.onfinish = aHandler
HTML syntax:<HTMLTag onFinish="...">
Argument list:aHandlerA reference to a function object to handle the event
Supported by objects:MARQUEE

When the MARQUEE has completed its anticipated number of loops, this event is triggered so that you can set up some new animation if necessary.

See also:Event, Event handler, Event model, Event names, Event object, Event.returnValue, Handler, onStart, onStop, Semantic event