windows:ie8

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:ie8 [2009/07/27 16:02] ともやんwindows:ie8 [2019/05/18 02:23] (現在) – 外部編集 非ログインユーザー
行 5: 行 5:
 <script type="text/javascript"> <script type="text/javascript">
 <!-- <!--
-document.write( +document.write("このページのドキュメントモードは "); 
-    "このページのドキュメントモードは " + +if (document.documentMode) 
-    "<span style='color: blue'>IE"+{ 
-    document.documentMode + "</span> です。");+    document.write( 
 +        "<span style='color: blue'>IE " + 
 +        document.documentMode + "</span>"); 
 +
 +else 
 +
 +    document.write("<span style='color: red'>不明</span>"); 
 +
 +document.write(" です。");
 // --> // -->
 </script> </script>
行 15: 行 23:
 <script type="text/javascript"> <script type="text/javascript">
 <!-- <!--
-document.write( +document.write("このページのドキュメントモードは "); 
-    "このページのドキュメントモードは " + +if (document.documentMode) 
-    "<span style='color: blue'>IE"+{ 
-    document.documentMode + "</span> です。");+    document.write( 
 +        "<span style='color: blue'>IE " + 
 +        document.documentMode + "</span>"); 
 +
 +else 
 +
 +    document.write("<span style='color: red'>不明</span>"); 
 +
 +document.write(" です。");
 // --> // -->
 </script> </script>
  • windows/ie8.1248678174.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)