Dont want to show address in the status bar while hovering a link

后端 未结 3 2204
青春惊慌失措
青春惊慌失措 2020-12-19 20:34

How can I prevent showing web address at the status bar while hovering a hyperlink?

3条回答
  •  死守一世寂寞
    2020-12-19 21:03

    You could change your hyperlink to use JavaScript to navigate to the URL. For example, if you wanted a link to http://conglomo.co.nz/:

    Conglomo
    

    Although this is not as pretty as changing window.status (which does not work for everyone due to browser settings) it will hide the URL from the status bar completely.

提交回复
热议问题