忍者ブログ

★黒猫宅急便★ver.2

( *´艸`) いらっしゃいまし。



[1432]  [1425]  [1430]  [1426]  [1428]  [1427]  [1431]  [1429]  [1424]  [1422]  [1418

entry_top_w.png
ブラウザの判別をし、使用ブラウザによって違う動作をさせる
そのための第一段階、ブラウザの判別(userAgent)。

javascriptでは、既にそういう関数があるので、簡単に取得・判別ができた。




上記のような動作をするためのソースはこちら
----------------ここから----------------
<script type="text/javascript">
<!--
agent = navigator.userAgent.toLowerCase();
document.write('使用ブラウザ情報:<br>');
document.write(agent);
document.write('<br>');
document.write('<br>');
document.write('<p>仕様ブラウザ:');

if(agent.indexOf("safari") != -1){
    document.write("Safari");
  }else if(agent.indexOf("firefox") != -1){
    document.write("Firefox");
  }else if(agent.indexOf("opera") != -1){
    document.write("Opera");
  }else if(agent.indexOf("netscape") != -1){
    document.write("Netscape");
  }else if(agent.indexOf("msie") != -1){
    document.write("Internet Explorer");
  }else if(agent.indexOf("mozilla/4") != -1){
    document.write("Netscape.4");
  }
  else{
    document.write("判別不能");
  }

document.write('</p>');
// -->
</script>
----------------ここまで----------------
 



ランキング参加中!
ブログランキング・にほんブログ村へ
entry_bottom_w.png

この記事にコメントする

お名前
コメントタイトル
色変更
URL
コメント本文
パスワード Vodafone絵文字 i-mode絵文字 Ezweb絵文字



この記事へのトラックバック

この記事にトラックバックする:
plugin_top_w.png
かうんたー


現在の閲覧者数:
plugin_bottom_w.png
plugin_top_w.png
きじ検索
plugin_bottom_w.png
plugin_top_w.png
記事らんきんぐ

plugin_bottom_w.png
plugin_top_w.png
広告


plugin_bottom_w.png
plugin_top_w.png
その他


参加中
ブログランキング・にほんブログ村へ
plugin_bottom_w.png
plugin_top_w.png
あくせすらんきんぐ
plugin_bottom_w.png
plugin_top_w.png
ぷろふぃーる
HN:黒猫★
年齢:2さい
性別:♂オス
生誕:5月25日(日)
職業:魔女の子分
趣味:倶楽部活動

plugin_bottom_w.png
plugin_top_w.png
最新こめんと
[04/18 http://Ceparts.in/forum/viewtopic.php?t=540]
[04/18 http://www.Smokinstangs.com/member.php/278421-Leonjph]
[04/17 http://Himeuta.org/member.php?1529790-Leonque]
[04/16 adtgamer.com.br]
[04/15 http://www.ts-Gaminggroup.com/member.php?335950-Leoniah]
plugin_bottom_w.png
plugin_top_w.png
広告3
plugin_bottom_w.png
plugin_top_w.png
ブログ ver.4
plugin_bottom_w.png

PR


Copyright ★黒猫宅急便★ver.2 by ★黒猫★ All Rights Reserved.
忍者ブログ [PR]