Open A Desktop App By Clicking On A Link On The Browser
I want to enable the user to open a certain software on his desktop when he clicks the link on the browser, as shown on the image above. I am a ware of the security issue, and als
Solution 1:
If it's only on your own machine you could consider registering an URI scheme, so instead of having it link to http://something you use something like openMyApp://blabla
Post a Comment for "Open A Desktop App By Clicking On A Link On The Browser"