2

Is there a way to run a user specified console application from an html page using Javascript or Java, a popup should come to verify the user wants to run the exe,? I would like to interact with the console application through its stdin and read out its stdout and do computations based on that and show the result on the html page.

The application is a Windows exe so I'm looking for solutions that work under Windows and only for the latest versions of Chrome, Firefox, and Internet Explorer.

Answers to another question on Stackoverflow suggests that signed java applets can solve this problem though I have not verified that the approach will even work and if it works will it work for the latest Chrome, Firefox, and Internet Explorer. I was hoping there would be a solution with just Javascript and not requiring Java.

1
  • Absolutely not possible with Javascript. I don't know about Java so I won't post an answer. Commented Sep 13, 2012 at 6:54

1 Answer 1

1

Thanks God it is impossible. Otherwise it would be a security breach.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.