R
Richard Gadsden
In Windows, there are a number of protocols, like mailto: and http:
which then hand over to an application.
How do I create a new one?
I want to create a phone: protocol, so I can have intranet pages with <a
href="phone:2468">Extension 2468</a> and people can then just click on
the extension number and their phone will dial it.
I've got an application that will dial a number if it's passed that
number on the command line, but I can't work out how to make phone:2468
turn into a command-line. I guess I need to register it as a handler
for the phone protocol, but I don't know how to do that; I more-or-less
understand the process for file extensions, but I've never looked at it
for URL protocols before.
Help!
which then hand over to an application.
How do I create a new one?
I want to create a phone: protocol, so I can have intranet pages with <a
href="phone:2468">Extension 2468</a> and people can then just click on
the extension number and their phone will dial it.
I've got an application that will dial a number if it's passed that
number on the command line, but I can't work out how to make phone:2468
turn into a command-line. I guess I need to register it as a handler
for the phone protocol, but I don't know how to do that; I more-or-less
understand the process for file extensions, but I've never looked at it
for URL protocols before.
Help!