Click to See Complete Forum and Search --> : How can we display the content of a variable in a table cell??


mini_dumbo
12-03-2002, 07:02 PM
if we have a table cell like the following:

<td id="link1" width=80% >Box 1.1</td>

and would like to change the content of the cell by using an address of a variable i.e. forms[2].name or array[i] etc in place of "Box 1.1" ..... how can we do that? or CAN we do that?

Any help would be appreciated.

Bo & Vic:)