DredNot
05-15-2003, 01:59 AM
How can I add an 'OnMouseOver' in a link to display a message in the status bar (to hide the URL!)?
When I try this:
echo "<b>Your email has been sent.</b><br /><A HREF=http://hop.clickbank.net/?nickname1/nickname2
onMouseOver=" window.status='Buy This!'; return true"
onMouseOut="window.status=' '; return true" TARGET=_top>Buy This!</A><br />";
I get this:
parse error, unexpected T_STRING... etc.
I'm very much a PHP newbie and would appreciate any help.
DredNot
When I try this:
echo "<b>Your email has been sent.</b><br /><A HREF=http://hop.clickbank.net/?nickname1/nickname2
onMouseOver=" window.status='Buy This!'; return true"
onMouseOut="window.status=' '; return true" TARGET=_top>Buy This!</A><br />";
I get this:
parse error, unexpected T_STRING... etc.
I'm very much a PHP newbie and would appreciate any help.
DredNot