HTMLTableRowElement12 NIST The insertCell() method inserts an empty TD cell into this 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 last TD element. Invoke the insertCell() which will append the empty cell to the end of the list. Check the value of the newly created cell and make sure it is null and also the numbers of cells should now be seven. Rick Rivello 2002-05-06