HTMLTableElement40 NIST The deleteRow() method deletes a table row. If the index is -1 the last row of the table is deleted. Retrieve the second TABLE element and invoke the deleteRow() method with an index of negative one. Currently there are four rows in the table. The deleteRow() method is called and now there should be three. Rick Rivello 2002-11-02