screen.width表示屏幕的宽度,screen.height表示屏幕的高度
如下:
<input type="button" value="分辨率" onclick="alert(screen.width+'*'+screen.height)">
显示的结果为:1280*1024