I have the following link in a page:
<a href="file:///C:/hello.exe"> LINK </a>
When the user clicks on LINK a window appears that asks if the user wants to open or download the file. I want to get rid of that window and, when the user clicks, the program hello.exe be executed immediately. How is this possible?
Thanks,
Dimitris