• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
tonycol
博客园    首页    新随笔    联系   管理     

webpage-width

 

代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script type="text/javascript">
function GetInfo() {
var s = "";
s
+= "\r\n网页可见区域宽:" + document.body.clientWidth;
s
+= "\r\n网页可见区域高:" + document.body.clientHeight;
s
+= "\r\n网页可见区域宽:" + document.body.offsetWidth + " (包括边线和滚动条的宽)";
s
+= "\r\n网页可见区域高:" + document.body.offsetHeight + " (包括边线的宽)";
s
+= "\r\n网页正文全文宽:" + document.body.scrollWidth;
s
+= "\r\n网页正文全文高:" + document.body.scrollHeight;
s
+= "\r\n网页被卷去的高(ff):" + document.body.scrollTop;
s
+= "\r\n网页被卷去的高(ie):" + document.documentElement.scrollTop;
s
+= "\r\n网页被卷去的左:" + document.body.scrollLeft;
s
+= "\r\n网页正文部分上:" + window.screenTop;
s
+= "\r\n网页正文部分左:" + window.screenLeft;
s
+= "\r\n屏幕分辨率的高:" + window.screen.height;
s
+= "\r\n屏幕分辨率的宽:" + window.screen.width;
s
+= "\r\n屏幕可用工作区高度:" + window.screen.availHeight;
s
+= "\r\n屏幕可用工作区宽度:" + window.screen.availWidth;
s
+= "\r\n你的屏幕设置是 " + window.screen.colorDepth + " 位彩色";
s
+= "\r\n你的屏幕设置 " + window.screen.deviceXDPI + " 像素/英寸";
alert(s);
}
window.onload
= GetInfo;
</script>
</head>
<body>
<div onclick="GetInfo()">
hello
<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />hello<br />
</div>
</body>
</html>

 

 

posted @ 2010-11-16 11:32  tonycol  阅读(137)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3