How to run a executable file from a web page?

前端 未结 8 2095
暗喜
暗喜 2021-01-03 14:47

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 para

8条回答
  •  别那么骄傲
    2021-01-03 15:17

    As already said, since SP2, I believe, this is not possible because it is a huge security issue.

    However, for our company intranet we had the requirement to create a list of links which started all kinds of applications. I wrote an applet which handles these 'special links' and allows execuables to be started or folders to be opened etc. As this is all under our control we consider the security problem can be ignored.

提交回复
热议问题