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