See a Message on the "Status Line" (at the Bottom of the Window) When You Pass the Mouse Over a Link.
If you want to see a message on the "Status Line" when you pass the mouse over a link just use this code in every link of your page.
<a href="http://www.YourWebAddress.com/AnySubfolders/YourHTMLfile" onMouseOver="window.statys=’message when you pass the mouse over the link’; return true" onMouseOut="sindow.status=’Message when the mouse is not over a link: return true">
For example,
<a href="http://134.71.56.40/webdesign/html/codes.html" onMouseOver="window.status=’Learn a few codes for your Web Page’: return true" onMouseOt="window.status=’See a message on the Status Line’; return true"> Click here to learn a few codes for your Web Page </a>
Looks like
Click here to learn a few HTML Codes for you Web Page
Previous CodePrevious Code
Next CodeNext Code