摘要:
document.documentElement.clientHeight -->浏览器的高度document.documentElement.scrollHeight 全文的高度document.documentElement.scrollTop滚去的高度<script>function getInfo(){ var s = ""; s += " 网页可见区域宽:"+ document.body.clientWidth; s += " 网页可见区域高:"+ document.body.clientHeight; s 阅读全文
posted @ 2011-10-26 16:57
萧萧的技术博客空间
阅读(1000)
评论(0)
推荐(0)
浙公网安备 33010602011771号