Status Bar Link Description
Posted Friday, February 6, 2004
You can display a description in the status bar for all of your links. When the mouse is placed over a link, the link description will be viewed in the status bar.
<A HREF="http://www.yourdomain.com" onMouseOver="window.status='Your text description'; return true" onMouseOut="window.status='';return true">Your linked text</a>