I want to access a desktop application and launch it on navigating to a 'http' URL. How can i achieve this?
Here's what i have found so far - iTunes (i want almost the same functionality with my application) registers a handler for 'itms' and does a javascript call to this 'itms://' URL when the http URL is invoked. I have tried this out and this works well (and is fairly straightforward).
I have also heard about IE MIME-Types. Do they work on a similar mechanism? Or are they different? What are the advantages or otherwise of going with this approach over the iTunes approach?
Are there any other ways of achieving what i want to?