欢迎访问服务器技术网-www.fuwuqijishu.com

Window status 属性

JavaScript fuwuqijishu 2年前 (2022-09-04) 45次浏览 0个评论 扫描二维码
文章目录[隐藏]

Window status 属性

Window 对象


定义和用法

status 属性可设置或返回窗口状态栏中的文本。

语法

window.status


浏览器支持

注意: status属性在IE,火狐,Chrome,和Safari默认配置是不能正常工作。要允许脚本来改变状态栏文本,用户必须把配置屏幕首选项设置为false dom.disable_window_status_change。(或在Firefox:”工具 – 选项 – 内容 – 启用的JavaScript /”高级” – 允许脚本更改状态栏文本”)。


实例

实例

设置在状态栏中的文本:

<script>
window.status=”一些文本在状态栏!”;
</script>


Window 对象

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2219.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900