How to hide URL on mouse hover using java script

We know that when we link any link then we get the whole URL of this page /link. Like below image


Many times we want to hide URL on mouse hover due to security reason.
We can use blow code for hiding the url on mousehover
<a href="javascript:void(0)" onclick="window.location.href='usercheckavailabilty.aspx';">Hide url On mousehover </a>





How to hide URL on mouse hover using java script How to hide URL on mouse hover using java script Reviewed by NEERAJ SRIVASTAVA on 9:02:00 PM Rating: 5

No comments:

Powered by Blogger.