谢谢1楼的。你说的确实是个大问题。现在情况是这样的。 我是为了方便自己的操作。然后给自己的浏览器加上插件的功能的。也就是说给自己用的。
权限的话假定自己可以控制住(就如同第一个在IE时。要调atx就得设置IE一样。)。

解决方案 »

  1.   

    另外Chrome高 exe或者说是dll我找个迅雷的代码1.他先定义了NPAPI Plugins
    manifest.json
    {
     ...
      "plugins": 
    [
    { "path": "xl_chrome.dll", "public": true }
    ]
     ...
    }
    2.然后html中function InvokeThunder(url)
    {
    var xl_plugin = document.getElementById('xl_chrome_plugin');
    return xl_plugin.DownLoadByThunder(url);
    }-------------
    他是用dll  class.method();但我调notepad.excle.winformTest.exe等只是一个exe啊?
    现在脑袋都迷糊了。
      

  2.   

    调用客户端使用activex控件
    IE插件使用BHO
    http://topic.csdn.net/u/20100609/17/a7df6601-ff12-4300-8305-e3bbaf711918.html