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