http://www.corange.cn/archives/2008/10/1878.html
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript> </script>
语法:
iHeight = Object.availHeight
取值:
iHeight : 整数值(Integer)。单位为像素(px)。
说明:
检索系统屏幕工作区的高度。不包括 Microsoft® Windows® taskbar 。
--------------------------------------------------------------------------------
availWidth
语法:
iWidth = Object.availWidth
取值:
iWidth : 整数值(Integer)。单位为像素(px)。
说明:
检索系统屏幕工作区的宽度。不包括 Microsoft® Windows® taskbar 。
--------------------------------------------------------------------------------
height
语法:
iHeight = Object.height
取值:
iHeight : 整数值(Integer)。单位为像素(px)。
说明:
检索系统屏幕的垂直分辨率。
--------------------------------------------------------------------------------
width
语法:
iWidth = Object.width
取值:
iWidth : 整数值(Integer)。单位为像素(px)。
说明:
检索系统屏幕的水平分辨率。