HTMLTableRowElement21 NIST The deleteCell() method deletes a cell from the currtent row. If the index is -1 the last cell in the row is deleted. 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 last TD element. Invoke the deleteCell() with an index of negative one which will delete the last cell in the row. Check the value of the of the last cell and also the numbers of cells should now be five. Rick Rivello 2002-11-07