Is it possible to launch a program from an anchor in IE? For example, iTunes had links like itms:blahblah that would open up iTunes and go directly to the appropriate page. If so, what is the best way to do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re talking purely from the browser, you can’t register your own “protocol”… the thing is that when you installed iTunes, it registered the
itmsprotocol so that any link that looks like this:Would open up the iTunes app. You can’t do that (without running your own executable first which registers your custom protocol with the computer), but, what you can do is make a link to a file on our local computer… example:
I, of course, am assuming that you’re making a simple HTML page that is meant for your own internal use (or on your companies internal network) to launch known programs from your computer.