HTMLTableRowElement14 NIST The deleteCell() method deletes a cell from the current row. Retrieve the fourth TR element and examine the value of the cells length attribute which should be set to six. Check the value of the third(index 2) TD element. Invoke the deleteCell() method which will delete a cell from the current row. Check the value of the third cell(index 2) and also check the number of cells which should now be five. Rick Rivello 2002-05-06