Hi all,
I have a coding issue with the following:
<? print "<a href=\"mg_frame3.php?productsID=$productsID\"target=\"mainFrame\">$Name onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Poster','','images/buttons/button1A.png',1)\"><img src=\"images/buttons/button1.png\" alt=\"Poster\" name=\"Poster\" width=\"153\" height=\"35\" border=\"0\"></a>"; ?>
The mouse over does not work and it displays the code "onMouseOut=......." with the image.
If I just do an HTML mouse over it works perfectly.
When I try to mix PHP and HTML using the \ to escape the "s, it fails.
I'm stumped.
Thanks in advance,
Don