Need some php help. Please!
Ok, i'm trying to work on this random banner thing. And it all works fine..
Except for the onmouseover status window bit..
For example.
IMG SRC works fine:
src=\"$img\"
and the Alt attribute works fine:
alt=\"[$alt]\"
now.. i've tried everything i can think of to put the $status_url into the code.. but i keep winding up with errors..
onmouseover="window.status='http://www.somewhere.com';return true;"
Stuff i've tried already that doesn't work:
onmouseover="window.status='$status_url';return true;"
onmouseover="window.status=/'$status_url/';return true;"
onmouseover=/"window.status='$status_url';return true;/"
onmouseover=/"window.status=/'$status_ur/l';return true;/"
Some help would be greatly appreciated!
Thanks in advance.
|