2 script doubts.

wxdqz

New Member
1. Can an Id attribute be an array if so how?

i mean <table>
<tr>
<td id = "t1">H1</td>
<td id = "t2">H2</td>
<td id = "t3">H3</td>
</tr>
</table>

can the above specifie t1,t2 and t3 be a single array.

2. on clicking a row of a table which contains 3 cells.
i want to insert a textbox each on all the three cells.
and while clicking another row the previous row's textboxes vanishes and appears on the newly clicked row.

how to solve this?

thanking you
 
Back
Top