Ok here's an example of a link WITHOUT the OnMouseOver command
Look at the bottom of your browser
Notice how that showed you where the link goes to.

Here's an example WITH the OnMouseOver command
Look at the bottom of your browser again
Notice that time when the mouse was over the link there was a message at the bottom of the screen.
Here's the command to do that.
<A HREF="pagename.com" onMouseOver="window.status='YOUR MESSAGE HERE'; return true">


Thanks to Geocities for the Webspace.
Back to the index page.