Forum : How to have the status line update when the mouse goes over a link (The support of the status line is sporadic)?
Brief description  about Online courses   join in Online courses
View prabeen  patra 's Profile

How to have the status line update when the mouse goes over a link (The support of the status line is sporadic)?

How to have the status line update when the mouse goes over a link (The support of the status line is sporadic)?
Asked by prabeen patra | Mar 22, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Prabeen,
<a href="javascript.shtml"
onmouseover="window.status='Hi There!';return true"
onmouseout="window.status='';return true">Look at the Status bar</a>

Look at the Status bar as your cursor goes over the link.

Mar 22, 2010