closed 只有当窗口关闭时他才为true,其他时候是false、
defaultStatus status 浏览器状态栏显示的文本
document 文档对象模型,对Document对象的引用,代表窗口中显示的html文档
frames window对象的数组,代表窗口中的各个框架
history 对History对象的引用,代表用户浏览窗口的历史
location 对Location 对象的引用,代表窗口中显示文档的url地址
name 窗口的名称,可被a的target属性使用
opener 对打开当前窗口的window对象的引用,如果当前窗口被用户打开,则他的值为null
parent 父窗口
self 对当前Window对象的引用,与window同义
top 当窗口多层嵌套时,代表*窗口
window自引用属性,对当前Window对象的引用
navigator: appName appVersion userAgent appCodeName platform
方法:
1.alert() confirm() prompt()
2. close() 关闭窗打开的窗口
3.focus() blur()
4.moveBy() moveTo()
5.open()打开新的*窗口
6.print()打印网页内容
7.resizeBy() resizeTo()
8.scrollBy() scroolTo()
9.setInterval() clearInterval()
10.setTimeout() clearTimeout()