モニタのサイズが期待通りでない場合に警告を表示する


動作ブラウザ 【 IE:4.0  NN:4.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows × - × × - × -
Macintosh × - × × - - ×
UNIX - - - - - × × - - -
Dreamcast - - - - - - - - - - × × -

ポイント w = screen.width; h = screen.height; if ((w < 1024) || (h < 768)) alert("1024x768以上のモニタでご覧ください");
説  明 モニタサイズ(800x600、1024x768などの表示サイズ)はscreenオブジェクトのwidth、heightにより取得できます。取得した値をif命令で調べ期待通りの値でない場合にalert()で警告を表示します。
サンプル <html> <head> <title>モニタのサイズが期待通りでない場合に警告を表示する</title> <script Language="JavaScript"><!-- w = screen.width; h = screen.height; if ((w < 1024) || (h < 768)) alert("1024x768以上のモニタでご覧ください"); // --></script> </head> <body> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA