Hi Stolzyboy,
As I also stated in the previous post, right clicking gives me nothing. Although, I got more frame information, right clicking on the navigation bar. Right clicking on the body of the page gave me nothing, nada, as in no response.
Thanks, but the problem has been resolved. See revised version of the code:
php:
<?php
echo '
var $yearNavForw="/bookingAgent/images/rightarrow.gif";
$out.="<img src =\"".$this->yearNavForw."\"width = \"11\" height= \"10\"></a></td></tr></table>\n";
'
?>
I was missing the first '/' from the link for the file and the '=' from the height and there was an extraneous </td></tr>
Regards,
CdnRebel