<SCRIPT language="JavaScript">
<!--
document.write("スクリーンの幅:"+screen.width);
document.write("<BR>");
document.write("スクリーンの高さ:"+screen.height);
document.write("<BR>");
document.write("有効なスクリーンの幅:"+screen.availwidth);
document.write("<BR>");
document.write("有効なスクリーンの高さ:"+screen.availheight);
document.write("<BR>");
//-->
</SCRIPT>
|
|