HTMLTableElement28 NIST The insertRow() method inserts a new empty table row. Retrieve the second TABLE element and invoke the insertRow() method with an index of 0. Currently the zero indexed row is in the THEAD section of the TABLE. The number of rows in the THEAD section before insertion of the new row is one. After the new row is inserted the number of rows in the THEAD section is two. Rick Rivello 2002-05-02