Hello,
I'm trying to print a link amongst some other things, with the link displaying my desired message in the status bar. However, it is not working. I have tried putting /" and /' in for the onMouseOver and onMouseOut " and ' but that doesn't work either. This is all very new to me, so please be gentle.
echo("<p><b>$USER</b> - <a href = '$PHP_SELF' onMouseOver='window.status='Test';return true' onMouseOut='window.status='';return true'>$SUBJECT</a> $DATE</p>");
Thanks a lot,
John