Run a program from a local webpage
问题 I'm trying to use a webpage as an entry point for a kiosk. The html will be run in local, I need two things: <a href="c:\Users\Admin\Documents">... Which works like a charm And.. <a href="c:\Program Files\Windows Live\Mail\wlmail.exe">... (program just an example, all programs are the same) Which works but.. it prompts to download the file then you are prompted to start it.. Is there any way to do this directly, like click and bam you opened notepad.exe? Maybe using a java applet? Thank you