i just wanted to know how to include the onMouseOver event (Javascript) in this PHP script I made considering the fact that in the echo statement of PHP you have to enclose the succeeding statement with a double quotation (")
Code: Select all
echo "<td>";Code: Select all
td align="center" bgcolor="#0000ff" onMouseOver="this.bgColor='#ff0000'" onMouseOut="this.bgColor='#0000ff'"sorry for the stupid question.
thanks!