I'm trying to do a simple javascript rollover within PHP. I've checked the source of the web page and all looks well but the rollover doesn't work. It does work outside of PHP.
Here's my code:
$display .= "<tr onmouseover=\"javascript:bgColor='white'\">;
What I'm trying to do is whenever the user rolls the mouse over a row, the entire roll will be highlighted.
Thanks.