What are some methods to link to and run a local .exe file in a local browser
Posted
by TJ Sherrill
on Stack Overflow
See other posts from Stack Overflow
or by TJ Sherrill
Published on 2010-04-22T00:47:51Z
Indexed on
2010/04/22
0:53 UTC
Read the original article
Hit count: 297
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 html legible to the browser. But I want to have it load the new output from the .exe in the current browser, replacing whats there now.
© Stack Overflow or respective owner