launch an application from HTML with arguments
Posted
by Jugglingnutcase
on Stack Overflow
See other posts from Stack Overflow
or by Jugglingnutcase
Published on 2010-04-08T15:19:21Z
Indexed on
2010/04/08
15:23 UTC
Read the original article
Hit count: 313
Is there a way to allow an HTML file to open an application on the local computer and send that application arguments?
We have an application that allows a user to set a link to an external application. We also provide a summary page in HTML (they usually interact with the application from outside the browser) with the link in HTML as well. We can get applications to launch if the program exists, but cant seem to send arguments through the HTML link.
Is this even possible?
© Stack Overflow or respective owner