Contents Index Topic Contents | ||
Previous Topic: anchors Next Topic: areas |
applets
Description
Retrieves a collection of all APPLET objects in the document.
Syntax
object.applets(index)
Parameter Description object The document object. (index) Optional. An integer or a string specifying the index value of the object to retrieve. Integer indexes are zero-based, meaning the first object in the collection has index 0. A string index is valid only if the string is a name or identifier of one object in the document. Remarks
This collection is indexed first by name, then by identifier. If duplicate names are found, a collection of those named items is returned. Collections of duplicate names must subsequently be referenced by ordinal position.
Property
Methods
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.