How to hide link in status bar

hand-pointer-iconHere is a small trick if you want to hide your url link to appear  below status bar of  browser when you mouse hover on link. I have found a method, the method with html javascript work fine.

Syntax:

<a style="cursor: pointer"  onclick="javascript: window.location = \'http://www.mydomain.com/\';">Go To</a>

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.