javascript rows tags( )

tags( ) NN n/a IE 4 DOM n/a  

tags(tagName)

  

Returns a collection of row objects (among all objects within the current collection) with tags that match the tagName parameter. Redundant here, because all elements have the same tr tag.

 
Parameters
 
  • This involves a string of the all-uppercase version of the element tag, for example, document.getElementById("myTable").rows.tags("tr").
 
Returned Value

A collection (array) of objects. If there are no matches to the parameters, the returned value is an array of zero length.


1680,Nickname,Homepage or email,Comments here,Add comment