HTMLCollection09
NIST
The item(index) method returns null if the index is out of range.
Retrieve the first TABLE element and create a HTMLCollection by invoking
the "rows" attribute. Invoke the item(index) method with an index
of 5. This index is out of range and should return null.
Rick Rivello
2002-05-01