OK I have back buttons on a dynamic page on my site and I have java rollovers on them. I use the php to give the button the right url to take it to the next page or the previous page in the series. I cant get the php to work with the java but I got this to work.
<?php echo "<a href='$linkback'><img src='Images/backward-mouseover.jpg' width='150' height='35' border='0'></a>" ?>
$linkback = view.php?comic=some number. This is the part that changes and the reason I am using the php.
I want to use this javascript rollover with the php any sugestions?
<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image34','','images/f7button03over.gif',1)"><img name="Image34" border="0" src="images/f7button03up.gif" width="30" height="41">