google chrome - Running GUI program from within Javascript -


is there way can start standalone gui program within javascript code? intend display button when in particular website, when clicked, opens gui program , passes url it, kinda internet download manager(idm) it.

if app registers handler specific url schemes, opening link using 1 of url schemes should do.

for instance, if app says can handle myscheme scheme, opening myscheme:somedata url should trigger opening app.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -