|
||||
System Commands
I am developing a small web based application that queries a database for basic contact and phone number information. I recently stumbled upon the "TEL:" command that can tell the phone application on a Pocket PC to dial a number directly from a hyperlink in Pocket IE with the TEL: prefix.
An example would be: Code:
Call 703-555-1234 The website that I found out about the TEL: prefix is located here. I've looked around the web for documentation about other "system commands" like this one. I am hoping that they could make my web application integrate better with Pocket PC Phone Editions, however I unfortunately have yet to find anything. If anyone has any information that expands on this subject I would greatly appreciate your input. Chuck |
|
||||
http://www.ietf.org/rfc/rfc2806.txt
tel: fax: and modem: (dunno if all are implemented in PIE) also mailto: (sends mail) offical list of schemes (what the tel: is, after all!) http://en.wikipedia.org/wiki/URI_sch...stered_schemes And this interesting article: http://www.codeguru.com/cpp/com-tech...ticle.php/c37/ and http://msdn.microsoft.com/library/de...tml/iece30.asp See Asynchronous Pluggable Protocols Have a blast |
|
|
|