HBCMS更多的中文手册参考:

plugins Collection

DHTML文档教程

Retrieves a collection of all embed objects within the document.

dhtml语法

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

DHTML可能的值

oCollArray that is empty.
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 Sets or retrieves the number of objects in a collection.
MethodDescription
item Retrieves an object from the all collection or various other collections.
nameditem   Retrieves an object or a collection from the specified collection.
tags Retrieves a collection of objects that have the specified HTML tag name.

Remarks

The plugins collection is exposed for compatibility with other browsers.

The collection is an alias for the embeds collection on the document.

是否符合公共标准

There is no public standard that applies to this collection.

Applies To

clientInformation, navigator