使用しているブラウザや環境を表示する


動作ブラウザ 【 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 - - - - - - - - - - -

ポイント str = navigator.userAgent; document.write(str);
説  明 ユーザーの環境(アクセスされたブラウザとOS等)の情報はnavigatorオブジェクトのuserAgentに入っています。多くのブラウザではNetscapeとの互換性のためMozillaの文字が入っており、実際のブラウザ名はカッコ内に記述されています。
サンプル <html> <head> <title>使用しているブラウザや環境を表示する</title> <script Language="JavaScript"><!-- str = navigator.userAgent; document.write(str); // --></script> <body> </body> </html>
補足説明 navigator.userAgentで完全にブラウザを特定できるわけではありません。

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

写真素材 PIXTA