HBCMS更多的中文手册参考:

onend Event?deprecated)

DHTML中文手册

This page documents a feature of HTML+TIME 1.0, which was released in Microsoft?Internet Explorer 5. We recommend that you migrate your content to the latest version of HTML+TIME, which implements the SMIL 2.0 Working Draft. See the introduction to html+time overview for more information.

fires when the timeline stops on an element.

dhtml语法

inline html<element onend = "handler" ... > All platforms
Event propertyobject.onend = handlerJScript only
object.onend = GetRef("handler")Visual Basic Scripting Edition (VBScript) 5.0 or later only
Named script <SCRIPT FOR = object EVENT = onend> Internet Explorer only

Event Information

BubblesNo
CancelsNo
To invoke Set the element's end time. The value of the element's end time, which can depend on other elements, determines when the event actually fires.
Default action Calls the associated event handler.

Available Properties

Available Properties

remarks

this event also fires for the element when the endelement method is invoked on it, or in response to other dependencies created by the t:end attribute. the timing of this event is not affected by the t:endhold attribute. if the t:endhold attribute is set to true for the element, this event fires when the parent element's timeline completes.

是否符合公共标准

This event is a Microsoft extension to HTML+TIME (Timed Interactive Multimedia Extensions) Non-Microsoft link.

Applies To

t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, time, t:VIDEO

更多语法参考

onbegin, Introduction to HTML+TIME