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