How to hide link in status bar
|Here 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> |