HBCMS更多的中文手册参考:

timeChildren Collection

DHTML中文手册

Retrieves a reference to the collection of all timed, top-level children elements.

dhtml语法

[ oColl = ] object.timeChildren
[ oObject = ] object.timeChildren(iIndex)

DHTML可能的值

oCollArray of elements contained by the object.
oObjectReference to an individual item in the array of elements contained by the object.
iIndexRequired. Integer that specifies the zero-based index of the item to be returned.

Members Table

PropertyDescription
length Retrieves the number of objects in a collection.
MethodDescription
item Retrieves an object from the specified collection.

Remarks

The timeChildren collection contains all timed objects that are a top-level descendant of the container object to which the collection is applied.

是否符合公共标准

This collection is a Microsoft extension to Synchronized Multimedia Integration Language (SMIL) Non-Microsoft link.

Applies To

BODY, t:EXCL, t:PAR, t:SEQ

更多语法参考

introduction to html+time, activeelements, timeAll