3 <title>Dynamic Table Row Cell Array Test
</title>
6 for (var i
=0; i
< obj
.cells
.length
; i
++) {
8 obj
.cells
[i
].style
.backgroundColor
= '#FFFFCC';
15 <tr id=
"t"><td>Cell One
<td>Cell Two
<td>Cell Three
</table>
18 color(document
.getElementById('t'))