js获取浏览器高度和宽度值
這個是html的
网页可见区域宽: document.body.clientWidth
网页可见区域高: document.body.clientHeight
网页可见区域宽: document.body.offsetWidth (包括边线的宽)
网页可见区域高: document.body.offsetHeight (包括边线的高)
网页正文全文宽: document.body.scrollWidth
网页正文全文高: document.body.scrollHeight
网页被卷去的高: document.body.scrollTop
网页被卷去的左: document.body.scrollLeft
网页正文部分上: window.screenTop
网页正文部分左: window.screenLeft
屏幕分辨率的高: window.screen.height
屏幕分辨率的宽: window.screen.width
屏幕可用工作区高度: window.screen.availHeight
屏幕可用工作区宽度: window.screen.availWidth
注意在XHTML标准下一个请将body改成documentElement
作者:Else 's Blog
地址:http://www.aixq.com/post/1191/
版权所有。转载时必须链接形式注明作者和原始出处及本声明! 在
中查看更多“javascript 對象的各個高度”相关内容
在
中查看更多“javascript 對象的各個高度”相关内容
在
中查看更多“javascript 對象的各個高度”相关内容
在
中查看更多“javascript 對象的各個高度”相关内容
在
中查看更多“javascript 對象的各個高度”相关内容
在
中查看更多“javascript 對象的各個高度”相关内容
最后编辑: Else 编辑于2008/09/03 10:01
引用
有xhtml的
网页可见区域宽: document.documentElement.clientWidth
网页可见区域高: document.documentElement.clientHeight
网页可见区域宽: document.documentElement.offsetWidth (包括边线的宽)
网页可见区域高: document.documentElement.offsetHeight (包括边线的高)
网页正文全文宽: document.documentElement.scrollWidth
网页正文全文高: document.documentElement.scrollHeight
网页被卷去的高: document.documentElement.scrollTop
网页被卷去的左: document.documentElement.scrollLeft
网页正文部分上: window.screenTop
网页正文部分左: window.screenLeft
屏幕分辨率的高: window.screen.height
屏幕分辨率的宽: window.screen.width
屏幕可用工作区高度: window.screen.availHeight
屏幕可用工作区宽度: window.screen.availWidth
网页可见区域宽: document.documentElement.clientWidth
网页可见区域高: document.documentElement.clientHeight
网页可见区域宽: document.documentElement.offsetWidth (包括边线的宽)
网页可见区域高: document.documentElement.offsetHeight (包括边线的高)
网页正文全文宽: document.documentElement.scrollWidth
网页正文全文高: document.documentElement.scrollHeight
网页被卷去的高: document.documentElement.scrollTop
网页被卷去的左: document.documentElement.scrollLeft
网页正文部分上: window.screenTop
网页正文部分左: window.screenLeft
屏幕分辨率的高: window.screen.height
屏幕分辨率的宽: window.screen.width
屏幕可用工作区高度: window.screen.availHeight
屏幕可用工作区宽度: window.screen.availWidth
引用
這個是html的
网页可见区域宽: document.body.clientWidth
网页可见区域高: document.body.clientHeight
网页可见区域宽: document.body.offsetWidth (包括边线的宽)
网页可见区域高: document.body.offsetHeight (包括边线的高)
网页正文全文宽: document.body.scrollWidth
网页正文全文高: document.body.scrollHeight
网页被卷去的高: document.body.scrollTop
网页被卷去的左: document.body.scrollLeft
网页正文部分上: window.screenTop
网页正文部分左: window.screenLeft
屏幕分辨率的高: window.screen.height
屏幕分辨率的宽: window.screen.width
屏幕可用工作区高度: window.screen.availHeight
屏幕可用工作区宽度: window.screen.availWidth
注意在XHTML标准下一个请将body改成documentElement
作者:Else 's Blog
地址:http://www.aixq.com/post/1191/
版权所有。转载时必须链接形式注明作者和原始出处及本声明!
中查看更多“javascript 對象的各個高度”相关内容
中查看更多“javascript 對象的各個高度”相关内容
中查看更多“javascript 對象的各個高度”相关内容
中查看更多“javascript 對象的各個高度”相关内容
中查看更多“javascript 對象的各個高度”相关内容
中查看更多“javascript 對象的各個高度”相关内容最后编辑: Else 编辑于2008/09/03 10:01
企業網站:厦门装潢网
尽你所能去创造一个有回报的工作时[分享]


2008/09/03 09:40 | by 
