WindowsXP SP2かどうか調べる


動作ブラウザ 【 IE:3.0  NN:2.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 - - - - - - - - - - -

ポイント if (navigator.userAgent.indexOf("SV1") == -1) { document.write("Windows XP SP2ではありません"); }else{ document.write("Windows XP SP2ですね。サブウィンドウを開くように設定してください"); }
説  明 WindowsXP SP2かどうかを調べるにはuserAgent内の文字にSV1があるかどうか調べます。indexOf()を使って調べ見つかった場合にはSP2の処理、そうでない場合はSP2以外の処理を行います。
サンプル <html> <head> <title>WindowsXP SP2かどうか調べる</title> </head> <body> <script Language="JavaScript"><!-- if (navigator.userAgent.indexOf("SV1") == -1) { document.write("Windows XP SP2ではありません"); }else{ document.write("Windows XP SP2ですね。サブウィンドウを開くように設定してください"); } // --></script> </body> </html>
補足説明 ユーザーエージェント一覧に関しては以下のURLを参照してください。

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

写真素材 PIXTA