HTMLTableElement37 NIST The deleteRow() method throws a INDEX_SIZE_ERR DOMException if the specified index is equal the number of rows. Retrieve the second TABLE element which has four rows. Try to delete a new row using an index of four. This should throw a INDEX_SIZE_ERR DOMException since the index is equal to the number of rows. Rick Rivello 2002-05-02