TOC PREV NEXT INDEX

domref



rows


rows returns a collection of the rows in the table.

Syntax

rows = table.rows
 

Parameters

rows is an HTMLCollection.

Example

myrows = mytable.rows;
 

Notes

The collection returned by this property includes the THEAD and TFOOT and TBODY elements, if any, on the current table.

Specification

rows


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX