asp.net.ph

onfinish Event

DHTML Events


Fires at the end of each loop of a MARQUEE.

Syntax


Inline HTML <MARQUEE onfinish = "handler" ... > All platforms
Event property MARQUEE.onfinish = handler ECMA-262 Language Specification
Named script <script FOR=MARQUEE EVENT=onfinish> Internet Explorer® only

Remarks


Bubbles No
Cancels Yes
To invoke Specify a value for the LOOP attribute of the MARQUEE object.
Default action Marquee ceases looping.

A value greater than one and less than infinity must be set on the LOOP attribute for this event to fire.

Event Object Properties

While event handlers in the Document Object Model do not receive parameters directly, the handler can query the event object for data.

Event Object Properties


Example

The sample uses the srcElement property of the event object to determine which marquee has fired the onfinish event.

Sample Code


Applies To

MARQUEE

See Also

loop, onbounce, onstart




Contents
HTML Elements
HTML Element Attributes
CSS Attributes
DOM Objects
DOM Object Properties
DOM Events Reference
DOM Methods Reference
DOM Collections Reference
 

Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph