Reliable cross browser way of setting Status bar text

前端 未结 3 1797
余生分开走
余生分开走 2020-12-11 21:05

I\'ve heard of window.status and that it can be used to control the browser\'s status bar text, but I would like to know if there are better or newer method

3条回答
  •  Happy的楠姐
    2020-12-11 21:38

    The feature you are looking for as been disabled for security reason.

    Here is another solution to your problem.

    You could create a DIV and put the position:fixed; at the bottom of the page, so people will always see it.

提交回复
热议问题