how to start up a desktop application in client side

后端 未结 6 1427
迷失自我
迷失自我 2020-11-27 18:24

In my web page, I have to start a desktop application on the client\'s computer if it\'s installed. Any idea how I can do this?

If the application is MS Office or Ad

6条回答
  •  粉色の甜心
    2020-11-27 18:30

    I'm actually having a lot of success right now with SiteFusion. It's a PHP client/server application framework that serves out XUL/JavaScript applications from a server deamon running in Apache. You access applications from a very thin client in XULRunner, or potentially off a web page using extensions. Clients can execute on any platform, and they're outside of the browser sandbox so you can access local resources such as executables. It'a a fairly elegant solution, their website provides great examples and documentation, and their forum is very responsive. I actually found a minor bug in passing arguments to local executables, posted a question about the forum, and it was fixed by the chief developer in under 15 minutes. Very impressive, overall!

提交回复
热议问题