Does anyone know of a way that you can use a link to open a program on the local HD?
I am authoring a menu system to go along with our company's installation CD that allows the user to launch a few different installations. I am doing this in HTML. I can get it to work fine except that when the links are clicked, the user gets a prompt that they are about to download a file and would they like to open or save the file. I'd rather that the programs just ran without any interaction.
Now, I don't mind using a link that is actually pointing to nothing <a href="" onclick="some javascript"> but is actually hooked up to javascript in the onclick event.
I got this idea from the Dell Resource CD. They have a menu system with what appears to be HTML that launches various driver installations. However, they appear to have their own custom web browser (you can't do view, source) so what I want might not be feasible with IE and Netscape.
Thank you for any suggestions!
I am authoring a menu system to go along with our company's installation CD that allows the user to launch a few different installations. I am doing this in HTML. I can get it to work fine except that when the links are clicked, the user gets a prompt that they are about to download a file and would they like to open or save the file. I'd rather that the programs just ran without any interaction.
Now, I don't mind using a link that is actually pointing to nothing <a href="" onclick="some javascript"> but is actually hooked up to javascript in the onclick event.
I got this idea from the Dell Resource CD. They have a menu system with what appears to be HTML that launches various driver installations. However, they appear to have their own custom web browser (you can't do view, source) so what I want might not be feasible with IE and Netscape.
Thank you for any suggestions!