Normally, when you hover your cursor over a link, the status bar tells you a link's URL destination.
However, this thing can be changed according to our need. In other words, the message that appears in the status bar at the bottom of the page can be customized. This can be done by the following HTML code:
However, this thing can be changed according to our need. In other words, the message that appears in the status bar at the bottom of the page can be customized. This can be done by the following HTML code:
<a href="http://qsrealm.blogspot.com" onMouseOver="window.status='This message appears on the status bar!'; return true" onMouseOut="window.status=''">link</a>