|
Hello,
I'm looking for a little javascript help, is there any way I can make it when someone clicks on a cell like the one below (onclick) that it takes the bgcolor and puts it into a textbox?
<td bgcolor=\"#FFFF80\" width=\"15\" height=\"15\"> </td>
E.g. If i click the above cell, could I make it display #FFFF80 in a textbox beside it?
Thanks in advance for any help.
|