AppletArray.length (Property)

The number of Applet objects in the collection.

Availability:

DOM level - 1
JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Property/method value type:Number primitive
JavaScript syntax:-myDocument.applets.length

The length of the applets array, which indicates the number of <APPLET> HTML tags in the document.

See also:AppletArray object, Collection.length

Property attributes:

ReadOnly.