onStart (Event handler)

Fires when a MARQUEE element is beginning its loop.

Availability:

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

A MARQUEE element provides a suite of events that allow you to attach all manner of event-driven animations and wizzy effects to them. This event is triggered when the MARQUEE starts its loop.

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

Supported by objects:

MARQUEE