HTMLTableSectionElement25 NIST The insertRow() 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 insert a new row using an index of two. This should throw a INDEX_SIZE_ERR DOMException since there is only one row. Rick Rivello 2002-05-02