<html>
<head>
<SCRIPT type=text/javascript>
 window.onload=function(){
    var swf;     
    if(navigator.userAgent.indexOf("MSIE")>0) {
        try 
        { 
            var swf=new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); 
            alert("已安装插件"); 
        } 
        catch(e) 
        { 
            alert("没有安装插件"); 
        } 
    }
    if(navigator.userAgent.indexOf("Firefox")>0 || navigator.userAgent.indexOf("Chrome")>0){
        swf=navigator.plugins["Shockwave Flash"]; 
        (swf)?alert("已安装插件"):alert("没有安装插件"); 
    }
 };
</script>
</SCRIPT>
<body>
</body>
</html>

相关文章:

  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2021-11-29
  • 2021-11-27
  • 2022-01-09
猜你喜欢
  • 2022-02-04
  • 2022-12-23
  • 2021-12-27
  • 2022-03-04
  • 2021-08-25
  • 2021-08-15
  • 2022-02-03
相关资源
相似解决方案