Link
Text in Status Bar
Instead of automatically displaying
the link URL in the Status Bar, this will show the text you choose instead.
<a href="link.html"
onMouseOver="window.status='Click to View!'; return true;"
onMouseOut="window.status='';">My List of Sites</a>
|
Don't forget to change the
link.html to the page you link to, and the "Click to View!"
to whatever you would like to appear in the text box when someone mouses
over the link.
|