【IE10】Windows Internet Explorer 10 Part1at WIN
【IE10】Windows Internet Explorer 10 Part1 - 暇つぶし2ch612:名無し~3.EXE
12/10/12 00:31:29.77 7iZqdCLH
>>611
このひどいブラウザ判別のコードでIEとみなすのをやめるだけだから
それほど大変でもない。

fName = "";
str = navigator.appName.toUpperCase();
if (str.indexOf("NETSCAPE") >= 0) fName = "URLリンク(www.melonbooks.co.jp)";
if (str.indexOf("OPERA") >= 0) fName = "URLリンク(www.melonbooks.co.jp)";
if (str.indexOf("EXPLORER") >= 0) fName = "URLリンク(www.melonbooks.co.jp)";
document.write("<link rel='stylesheet' href='"+fName+"' type='text/css'>");

IE10では下手にIEの特別処理を入れようとして自爆するパターンがますます増えそうだな


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch