js获取浏览器宽度
//var widthlc = screen.width;//显示器的宽度
//var heightlc = screen.height;//显示器的高度
var widthlc = document.body.clientWidth;//浏览器的宽度
var heightlc = document.body.clientHeight;//浏览器的高度
js获取浏览器宽度,js获取屏幕宽度,js获取显示器分辨率,布布扣,bubuko.com
原文:http://www.cnblogs.com/QYJT/p/3571566.html