window属性:statusbar
statusbar属性
statusbar属性返回状态栏对象,可在窗口中切换其可见性。
statusbar属性语法
objRef = window.statusbar
statusbar示例
以下完整的HTML示例显示了使用各种“bar”对象的visible属性的方法,以及写入现有窗口上任何条形的visible属性所需的权限的更改。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Various DOM Tests</title>
<script>
// changing bar states on the existing window
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
window.statusbar.visible=!window.statusbar.visible;
</script>
</head>
<body>
<p>Various DOM Tests</p>
</body>
</html>
笔记
加载上面的示例页面时,浏览器将显示以下对话框:
要切换这些条的可见性,您必须签署脚本或启用适当的权限,如上例所示。另请注意,动态更新各种工具栏的可见性可能会极大地改变窗口的大小,并可能影响页面的布局。
规范
规范 | 状态 | 注释 |
---|---|---|
HTML Living Standard 该规范中“Window.statusbar”的定义。 |
Living Standard
|
|
HTML5 该规范中“Window.statusbar”的定义。 |
Recommendation
|
浏览器兼容性
电脑端 | 移动端 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome
|
Edge
|
Firefox
|
Internet Explorer
|
Opera
|
Safari
|
Android webview | Chrome for Android
|
Edge Mobile | Firefox for Android
|
Opera for Android
|
iOS Safari | |
基本支持 | 支持 | ? | 支持 | ? | ? | ? | 支持 | 支持 | ? | 支持 | ? | ? |