HTMLTableSectionElement20 NIST The insertRow() method inserts a new empty table row. Retrieve the first TFOOT element and invoke the insertRow() method with an index of one. The nuber of rows in the TFOOT section before insertion of the new row is one therefore the new row is appended. After the new row is inserted the number of rows in the TFOOT section is two. Rick Rivello 2002-05-02