首页 > 网站 > WEB开发 > 正文

网页访问IE8以下CLOSE浏览器

2024-04-27 15:08:23
字体:
来源:转载
供稿:网友
<script language="javascript">/*var IeMsg="请使用ie8以上浏览器";*/var flag = true;if(navigator.userAgent.indexOf("MSIE")>0){  if(navigator.userAgent.indexOf("MSIE 6.0")>0) {  flag = false; }  if(navigator.userAgent.indexOf("MSIE 7.0")>0) { flag = false; }  if(navigator.userAgent.indexOf("MSIE 8.0")>0) { flag = false; }  if(navigator.userAgent.indexOf("MSIE 9.0")>0) { flag = true; }  if(navigator.userAgent.indexOf("MSIE 10.0")>0) { flag = true; }  if(navigator.userAgent.indexOf("MSIE 11.0")>0) { flag = true; } }else{flag = false;} if(!flag){ alert("请使用ie8以上浏览器!"); top.window.opener=null;  top.window.open("","_self");  top.window.close(); }</script>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表