我正在使用此代码阻止使用IE6的用户访问该网站。
http://code.google.com/p/ie6-upgrade-warning/
我想让用户选择关闭警告并继续浏览网站而不升级他们的浏览器。
有办法做到这一点吗?
答案 0 :(得分:2)
使用Microsoft的横幅:http://www.ie6countdown.com/join-us.aspx您可以使用以下代码添加关闭按钮:
<!--[if lt IE 7]> <div id="ie6banner" style='clear: both; height: 59px; padding:0 0 0 15px; position: relative;'> <a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode"><img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." /></a><a onClick="document.getElementById('ie6banner').style.display = 'none'; this.style.display = 'none';"</div> <![endif]-->