HTMLTableSectionElement31 NIST The deleteRow() method deletes a row from this section. The index starts from 0 and is relative only to the rows contained inside this section, not all the rows in the table. If the index is -1 the last row will be deleted. Retrieve the second TBODY element and invoke the deleteRow() method with an index of -1. The nuber of rows in the THEAD section before the deletion of the row is two. After the row is deleted the number of rows in the TBODY section is one. Rick Rivello 2002-11-07