Hi,
As you all know the js script below executes the friend.php file. I would like to display text in status bar when someone moves their mouse over it, but can't figure it out. If someone would enlighten me I would sincerely appreciate it. This is part of a Tell A Friend script that opens as a pop up and sends the entire url as a link in an email plus a thank you to the sender. I'll email you the script for helping if you like. Thanks...
<script language = "JavaScript">
<!--
document.write("<a href=\"javascript

opUp('tellafriend/friend.php?id=" +document.URL);
document.write("&amp;js=on');\"><img src=\"images/tell_friend.gif\" border=0 alt='Tell A Friend'></a>");
//-->
</script>