I'm trying to change the background color of a table when the mouse hovers it. How do I fix it?
I get this error: "Unexpected token ERROR" in Google Chrome
echo '<table id="a1" onmouseover="document.getElementById(\'a1\').backgroundColor = #CCCCCC;">
<td align="center"></td></table>';
What am I doing wrong?