HTMLTableElement34 NIST The insertRow() method throws a INDEX_SIZE_ERR DOMException if the specified index is greater than the number of rows. Retrieve the second TABLE element which has four rows. Try to insert a new row using an index of five. This should throw a INDEX_SIZE_ERR DOMException since there are only four rows. Rick Rivello 2002-05-02