我决定在我以后的网页代码中都加上下面这段代码:
<!--[if lte IE 6]> <div style=" clear: both; text-align:center; padding: 10px; background-color: darkred;color:white;font-weight:bold;"> <p>您知道吗?您正在使用的是一款已过时"8年"的浏览器(Internet Explorer 6.0)</p> <p>我们已经没办法再为了兼容这个过时的家伙而浪费我们的时间 为了您能在 $bbname 有更好的体验和减轻我们的维护工作 我们希望您更换它</p> <p>我们推荐您使用下列浏览器来访问本站:<br/><span style="background:black"><a href="http://www.mozillaonline.com/" target="_blank">Firefox(以速度和稳定享誉国际的浏览器)</a><span class="pipe">|</span><a href="http://www.google.com/chrome/?hl=zh-CN" target="_blank">Google Chrome(谷歌自主研发的浏览器 以轻巧和速度为主打)</a><span class="pipe">|</span><a href="http://www.microsoft.com/china/windows/internet-explorer/" target="_blank">Internet Explorer 8.0(微软自家品牌浏览器)</a></span></p> </div> <![endif]-->
放弃IE6 吧
<script> window.location.href="http://fbzl.org"; </script>
不行就强制跳转到专门给IE6做的页面!!!!!!