1

新しいアプリケーションでは、IE6 をサポートしないことを決定したため、スクリプトをロードするための条件付きコメントがあります。

コードは次のとおりです。

<!--[if lt IE 7]>
            <h2 style="color:red;">Old Version of Internet Explorer Detected</h2>
            <p style="color:red;">It appears that you're using an old version of Microsoft
            Internet Explorer.  This site is optimized for Internet Explorer 
            7 and above as well as Mozilla Firefox.  Please download a 
            newer version of <a href="https://www.microsoft.com/windows/Internet-explorer/default.aspx">
            Internet Explorer</a> or <a href="https://www.mozilla.com/firefox/">Firefox</a>
            before continuing.
            </p>
<![endif]-->

ただし、ある企業では、IE7 と IE8 を使用しているにもかかわらず、コメントが発生します。

プライバシー保護のため、情報を削除したアクセス ログを次に示します。

10.xxx.xx.xx - - [15/Aug/2011:17:18:54 -0500] "GET /broker/js/ie6.js HTTP/1.1" 200 147 "https://xx.xxxxx.com /broker/registration" "Mozilla/4.0 (互換性あり; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729 ; .NET4.0C; .NET4.0E)" "en-us"

何か案は??

アンディ

4

1 に答える 1

0

IE 7/8 は IE6 の「互換モード」を使用できますか?

于 2011-08-19T14:39:57.977 に答える