偵測螢幕解析度
- Internet Explorer 6.0
- Internet Explorer 7.0
- Internet Explorer 8.0
- Mozilla Firefox 2.0
- Mozilla Firefox 3.0
- Google Chrome
- Safari 3.1
- Opera 9.5
- 偵測螢幕解析度 - 偵測瀏覽者的螢幕解析度。
- 語法總長度:155 字元
<script type="text/javascript"><!--
width = screen.width;
height = screen.height;
document.write("你的解析度是 "+width+" x "+height);
// --></script>