Look at the S..." /> How To Have The Status Line Update When The Mouse Goes Over A Link (The Support Of The Status Line Is Sporadic)? Look at the S..." /> Look at the S..." />
Answers

Question and Answer:

  Home  JavaScript

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

<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.

 174 views

More Questions for you: