为什么我写的插件不能用var obj = new ActiveXObject("sogoutb.Detector2");这样代码检测是否安装

解决方案 »

  1.   

    try

    thunder_server = new ActiveXObject("ThunderServer.WebThunder.1");
    }
    catch(e)
    {
    // 如果webthunder未安装 转入安装页 
    parent.document.all.main.src = "http://my.xunlei.com/setup.htm";
    return;
    }
    迅雷的这个插件ThunderServer.WebThunder.1 这种叫什么开发呀?
    那有DEMO呀我哭
      

  2.   

    我想写个控件然后在网页里用CreateObject调用有DEMO没呀 我弄了一下午没弄好 急死了 哥哥帮帮我吧 
      

  3.   

    我就想写个DLL然后在客户端注册一下。。通过JAVA SCRIPT 的 CreateObject 调用这个 DLL
      

  4.   

    super_qingchao(super) 的方法是回答你怎么检测是否已经安装了