This:
<td onClick="this.bgColor='#DDDDDD'">
Gives me the effect I want. But what if I want the color to change back to #FFFFFF if the user clicks on the table cell a second time?
Is there an event handler for this?
Dispensing quality rants and mishaps since 1999:
<td onClick="this.bgColor='#DDDDDD'">
Gives me the effect I want. But what if I want the color to change back to #FFFFFF if the user clicks on the table cell a second time?
Is there an event handler for this?
Dispensing quality rants and mishaps since 1999: