Generally on a mouse hover on a Hyper Link of HTML the URL is showing in the left down corner of the browser. So if you want to hide this waht yoou have to do?
To hide the URL create a new HTML page and add to anchor tags.
Here in this example it will show the URL but if you do this following example the URL will be hidden.
In the first Hyper Link, on mouse hover your URL will not be shown. But in the second one will remain as it is. In the first Hyper Link , we use onclick event to call a JavaScript inbuilt fucntion to redirect the page.
To hide the URL create a new HTML page and add to anchor tags.
Page hide URl Page show URl
Here in this example it will show the URL but if you do this following example the URL will be hidden.
page don't show URL Page show URl
In the first Hyper Link, on mouse hover your URL will not be shown. But in the second one will remain as it is. In the first Hyper Link , we use onclick event to call a JavaScript inbuilt fucntion to redirect the page.
window.location.href = 'page.aspx';So try it yours and enjoy.
Thanks for this post, it end my search about this Topic
ReplyDeletebut link do not open in new window. how to set for new window on click.
ReplyDelete