範例

 

*var s=800為寬頻,將以下程式拷貝回您的網頁

<script language="javascript1.2">
<!--
var s=800;
if(screen.width!=s);
document.write("您的螢幕解析度是 "+screen.width+" * "+screen.height);
if(screen.width!=s)document.write(",並非最佳解析度,建議您更換解析度。");
else document.write(",符合本站最佳瀏覽環境。");
//-->
</script>