esprits top Esprit's Style

    -    エンジニアの足つぼ    -

ディスプレイ情報

〆 ディスプレイ情報を取得します

<script type="text/javascript">
<!--
  // ディスプレイサイズ
  document.write("DisplaySize : ",screen.width, "x",screen.height);
  
  // 利用可能ディスプレイサイズ
  document.write("AvailDisplaySize : ",screen.availWidth, "x",screen.availHeight);

  // ディスプレイの表示情報
  document.write("PixelDepth : ",screen.pixelDepth);
  document.write("ColorDepth(モニタの色ビット数) : ",screen.colorDepth);

⁄⁄-->
</script>
JavaScript
 File  Edit  Tool  Help
The link to this site is free.   /   Last Updated : 28.May.2012   
Copyright © ESPRITS STYLE. 2003-2007   /   ご意見、感想、苦情は、 こちらへ...
counter