HTMLCollection
Collection elements:
Iteration through collection using For each ... In ... Do operator is available to object. Collection items are retrieved during iteration.
Access to collection item is possible using [...] operator. Index (starting from 0) is passed as an argument.
Methods:
Item
NamedItem
Description:
Availability:
See also:
HTMLDocument, property Images
HTMLDocument, property Applets
HTMLDocument, property Links
HTMLDocument, property Forms
HTMLDocument, property Anchors
HTMLFormElement, property Elements
HTMLTableRowElement, property Cells
HTMLTableElement, method GetRows
HTMLTableElement, method GetTBodies