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

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

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

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-19 20:53

    You need javascript for that, not php, you can use onMouseOver and window.status like:

    A Link
    

    Note: It is not a good practice and adept people can find it out easily.

提交回复
热议问题