javascript HTMLCollection namedItem( )

Returns one object from the collection corresponding to the object matching the parameter string value.

javascript HTMLCollection item( )

Returns one object from the collection corresponding to the object matching the index value in source code order. IE implements another variation of

javascript HTMLCollection length

Returns the number of elements in the collection of HTMLCollection.

javascript HTMLCollection Description

The HTMLCollection object is an abstract representation in the W3C DOM of any collection of HTML element objects, all of which exist in the same docum