HTMLTableRowElement18 NIST The deleteCell() method throws a INDEX_SIZE_ERR DOMException if the specified index is equal to the number of cells. Retrieve the fourth TR element which has six cells. Try to delete a cell using an index of six. This should throw a INDEX_SIZE_ERR DOMException since there are only six cells. Rick Rivello 2002-05-02