Put your mouse over here

Put you mouse over here too
This form of javascript is only for links. The only too I know of right now are On Mouse Over and On Mouse Click. It is just a little tiny thing to add to your page that will make it nice.
The source...



<script language="JavaScript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

function text(txt) {
   window.status = txt;
}
// -->
</script>

<a href="" onmouseover='text("You can get a text message to come up"); return true'>
Put your mouse over here</a>

The source...




Put you mouse over here too

Main Page