Contents Index Topic Contents | ||
Previous Topic: IHTMLElement::get_all Next Topic: IHTMLElementCollection::toString |
IHTMLElementCollection
This interface provides access to a collection of element objects.
This collection is indexed first by name, then by id. If duplicate names are found, a collection of those named items is returned. Collections of duplicate names must subsequently be referenced by ordinal position.
A zero-based collection, in source order, of all elements in a given form. This collection can contain any combination of INPUT, SELECT, and TEXTAREA elements.
IHTMLElementCollection Methods
toString put_length get_length get__newEnum item tags
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.