js判断IE浏览器

 

 

< script language = " javascript " >
if (window.ActiveXObject)
    alert(
" is IE " )
else
    alert(
" not's IE " )
</ script >

你可能感兴趣的:(js判断IE浏览器)