View Single Post
Old Aug 17th, 2005, 9:37 AM   #2
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
I think you're a bit lost. Try this:
<script type="text/javascript">
<!--
function FunkyMessageBox()
{
    alert("Hi there.");
}
// -->
</script>

<p onmouseover="FunkyMessageBox();">Yo yo yo.</p>
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote