In order to create a change in the status bar of a web browser when you move the mouse over a link, use the following tag:
<A HREF="link_to_something.html" onmouseover="window.status='Put Something In Here To Describe The Link'; return true">I want to link to this</a>