Change link mouseover text on the bottom of a browser window

前端 未结 3 408
萌比男神i
萌比男神i 2021-01-21 19:02

You know that text that appears in the bottom left of your browser when you mouseover a link? How do you change that?

I\'m a competent programmer so I don\'t need a code

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-21 19:42

    You can try the window.status property, however this isn't used often anymore as most browsers now block the status bar text from being updated.

提交回复
热议问题