Home | All Questions | alt.html FAQ >

How do I change the window status message when over a link?

<a href="blah.html"
 onmouseover="window.status='Some blah'; return true;":
 onmouseout="window.status=''; return true;"
 >A link to some blah.</a>

Recommended Resources

Discussion

Related Questions