How to hide the url of the browser's left-bottom corner when a link is hovered

前端 未结 4 1613
情深已故
情深已故 2021-01-24 05:03

I would like to hide the url showing up, when I hover a link with the cursor. I only want to this on my browser. There are a lot questions about this around the web, but I don\'

4条回答
  •  隐瞒了意图╮
    2021-01-24 05:41

    Put href='javascript:;' and try to redirect the page using javascript function window.location='page.html'.

    Anchor Text
    

    or you can use a common function for redirection.

提交回复
热议问题