How can we display the content of a variable in a table cell

wxdqz

New Member
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 etc in place of "Box 1.1" ..... how can we do that? or CAN we do that?

Any help would be appreciated.

Bo & Vic:)
 
Back
Top