What I mean is, when user click a button on a webpage, a program which has already installed on his computer would be executed. I also need to pass some command line parameters to the program.
We have 2 program, one is a web app, the other is a desktop program. We want to find a simple way to integrate the 2. That's why we need to execute the desktop program from a web page.