Hookah - eBay - Problem Mortgage - Cheap Loan - Credit Counseling

PDA

View Full Version : Detect Supported Protocols


digitalpoint
May 12th 2005, 12:44 pm
I kind of doubt it, but figured I would ask...

Is there a way that JavaScript can detect supported protocols on a user's machine? For example, itms:// becomes a registered/supported protocol if the user has iTunes installed. Would be nice if there was some way to pick up on this and not make links for user's that can't use it (less support questions).

palespyder
May 16th 2005, 7:58 am
Shawn, don't know if this will help you or not as I have no experience with iTunes, but I found what looks like a parser for the itms:// protocol. Hope it helps.

http://timhatch.com/ark/2005/04/20/itms-parser-1-0-released

jbw
Jun 12th 2005, 2:01 pm
Maybe you can detect it as an installed plugin?
I don't have itune some I am not sure just how it links itself in. If you know that it should be possable to then figure out how to detect it.

digitalpoint
Jun 12th 2005, 2:03 pm
Problem is it's not a plug-in. It's a registered protocol. For example ftp:// http:// https:// etc... It's just itms:// is all though.

_JHL_
Jan 26th 2006, 6:48 am
Did you find a solution for your request? I'm looking a solution for the same problem