IE的条件html规则

时间:2014-01-07 12:10:53

标签: html if-statement conditional

我正在尝试使用IE和其他浏览器的条件规则进行重定向。问题是它只能在IE中工作,而所有其他工作仍然在重定向页面中。 这是页面的代码:

<HTML>
<HEAD>
<TITLE>Benessere Globale</TITLE>
<meta charset="utf-8">

<!--[if lt IE9]>
    <p class="chromeframe">Stai usando una versione di Internet Explorer <strong>obsoleta</strong>. Per una migliore visualizzazione di questo sito <a href="http://www.microsoft.com/it-it/download/internet-explorer-9-details.aspx">aggiorna il tuo browser alla versione IE9 o IE10</a> o <a href="http://www.google.com/chromeframe/?redirect=true">attiva Google Chrome Frame</a>.<br><br>
    <span>Per visualizzare comunque il sito <a href="/beta/shtml/home.shtml" >clicca qu&igrave;</a></span>
    </p>
<![endif]-->

<!--[if !IE]>
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://www.benessereglobale.net/beta/shtml/home.shtml">
<![endif]-->


</HEAD>
<BODY>
<p>Redirect in corso...</p>
</BODY>
</HTML>

感谢

2 个答案:

答案 0 :(得分:0)

只有IE才能阅读条件评论,而不是其他浏览器。

答案 1 :(得分:0)

只有IE才能阅读条件评论。

但是新版本(IE10或更高版本)无法读取条件注释。