View Single Post
Old 11-14-2004, 09:03 PM  
phpslave
Confirmed User
 
Join Date: Jan 2003
Location: San Jose
Posts: 548
the message board will problem take this and fuck it up with hahahaha or somebullshit, but here;

$str = "<a href=\"somelink.htm\" onMouseOver=\"window.status='blahblahblah';return true\" onMouseOut=\"window.status='';return true\">";
?>

<!-- then in your html -->

<?=$str?>

<!-- or -->
<?
print $str;
?>

there are many ways to do it

PHP Code:
$str = "<a href=\"somelink.htm\" onMouseOver=\"window.status='blahblahblah';return true\" onMouseOut=\"window.status='';return true\">";
?>

<!-- then in your html -->

<?=$str?>

<!-- or -->
<?
print $str;
?>
__________________

phpslave is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote