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