screen.deviceXDPI

モニタ画面の横方向の解像度を示します。通常Macintoshでは72dpi、Windowsでは96dpiになります。このプロパティはWindows版Internet Explorer 6以降で利用できます。

構文

screen.deviceXDPI

例文

<html>
 <head>
  <title>screen.deviceXDPI</title>
</head>
 <body>
  <script type="text/javascript"><!--
   document.write(screen.deviceXDPI);
  // --></script>
 </body>
</html>

関連記事

スポンサーリンク

DECLARE GLOBAL TEMPORARY TABLE 一時テーブル(テンポラリテーブル)を作成する

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る