How to run a local exe in my firefox extension?

后端 未结 2 670
青春惊慌失措
青春惊慌失措 2020-12-16 07:18

I want to run a local exe in my firefox extension javascript file, but ActiveXObject(\"WScript.Shell\") is work fine in IE,not in FF,how to run a local exe in js in firefox.

2条回答
  •  自闭症患者
    2020-12-16 07:35

    Hi all those who are trying to invoke an exe using javascript in mozilla firefox. Follow the steps.. I am able to run exe from my website.

    Step 1. Type "about:config" in address bar and make "signed.applets.codebase-principal-support" true. Step 2. Use this code.

    
    
    
    
    

提交回复
热议问题