View Single Post
Old 04-11-2002, 03:58 AM  
chodadog
Confirmed User
 
Join Date: Apr 2002
Posts: 9,736
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.
chodadog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote