Saturday, April 09, 2005

change the background color of a table cell by javascript code

There are some javascript about changing the background color of a table cell around the web. I don't know why people post that, but I made one with my code that access table cell.

getTableCell( "aTable", 1, 2 )
 .style.backgroundColor="blue";

Labels: ,

0 Comments:

Post a Comment

<< Home