/** * IE版本及兼容性检测 */ function checkIE() { if(navigator.userAgent.search('MSIE 7.0')!=-1){ alert("请勿使用IE8以下版本,使用IE浏览器,360浏览器,QQ浏览器,百度浏览器时请勿使用兼容性模式。") } if (!!window.ActiveXObject || "ActiveXObject" in window) return true; else return false; }