What are some methods to link to and run a local .exe file in a local browser

前端 未结 3 1066
离开以前
离开以前 2020-12-20 08:47

I am trying to use html/javascript to run a local .exe file in a local browser. The .exe file will generate asci text and I have it programed to encapsulate the text in htm

3条回答
  •  感情败类
    2020-12-20 09:11

    Would it make it easier if, rather than running the browser and application separately, maybe you had an application you run which contains a webbrowser - then talking between them is easier because you can get access to the inner workings of the browser ... Just a thought.

提交回复
热议问题