提示修改螢幕解析度
- 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
- 提示修改螢幕解析度 - 當解析度低於指定值時,便會跳出提示視窗,提示使用者調整解析度。
- 語法總長度:280 字元
- 如果你螢幕為1024x768或以上, 將不會跳出視窗
<script type="text/javascript"><!--
if (screen.width<1024) {alert("請以 1024x768 以上的解析度來瀏覽本網" + "\n\n" + "您現在的設定值為 "
+ screen.width + "x" + screen.height + " 解析度" + "\n\n" + "請更改解析度作最佳瀏覽環境");}
// --></script>
- if (screen.width<1024) //1024為要求的最小螢幕闊度
- 可修改第 2 至 3 行的文字