asp.net.ph

onstart Event

DHTML Events


Internet Explorer® 5 and up only.

Fires at the beginning of each loop of a MARQUEE.

Syntax


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

Remarks


Bubbles No
Cancels No
To invoke
  • Set the LOOP attribute to 1 or higher.
  • Omit the LOOP attribute so that the MARQUEE loops indefinitely.
Default action Initiates the next loop of the MARQUEE contents.

The start method does not cause the onstart 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 example demonstrates the onstart event on a MARQUEE.

Sample Code


Applies To

MARQUEE

See Also

behavior, loop, onbounce, onfinish




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