window属性:onclose
onclose属性
onclose属性表示关闭事件发送给window的事件处理程序。(不适用于Firefox 2或Safari)
onclose属性语法
window.onclose = funcRef;
参数
- funcRef:是对一个函数的引用。
onclose属性示例
window.onclose = resetThatServerThing;
规范
规范 | 状态 | 注释 |
---|---|---|
HTML Living Standard 该规范中'onclose'的定义。 | Living Standard |
浏览器兼容性
我们正在将兼容性数据转换为机器可读的JSON格式。
- 电脑端
特征 | Chrome | Firefox(Gecko) | Internet Explorer | Opera | Safari(WebKit) |
---|---|---|---|---|---|
基本支持 | 支持 | ? | ? | ? | 不支持 |
- 移动端
特征 | Android | Android Webview | Chrome for Android | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|---|
基本支持 | ? | 支持 | 支持 | ? | ? | ? | ? | 不支持 |