I am currently developing a web application. The application needs to open other applications installed on the computer. The end user will use Windows and Internet Explorer, the application does not have to support other web browsers.
Some people told me that I should use "URL scheme" with javascript, but can not find any example.
I found a possible solution but uses activex, How to launch an EXE from Web page (asp.net)
this is another possible solution.
Check if URL scheme is supported in javascript
HTML:
Javascript (using jQuery here):