HTMLTableRowElement16 NIST The insertCell() method throws a INDEX_SIZE_ERR DOMException if the specified index is negative. Retrieve the fourth TR element which has six cells. Try to insert a cell using an index of negative seven. This should throw a INDEX_SIZE_ERR DOMException since the index is negative. Rick Rivello 2002-05-02