| | |||||
| ||||||||
| Dot MOBI Discussion of the .MOBI TLD |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Feb 2006
Posts: 232
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Code help to dial a phone number with a click I know how to put links that work with one key stroke on a .mobi page. Can anyone show me the code to place a phone number as a link and have it dialed upon selection? |
| |
| | #2 (permalink) | ||||
| NamePros Regular Join Date: Jan 2007 Location: Amsterdam - Netherlands
Posts: 439
![]() ![]() |
HTML Code: <a href="wtai://wp/mc;+41438182940">043 818 29 40</a> ????: NamePros.com http://www.namepros.com/dot-mobi/295259-code-help-dial-phone-number-click.html Martin | ||||
| |
| | #6 (permalink) |
| Senior Member Join Date: Oct 2006 Location: Ohio
Posts: 1,212
![]() ![]() ![]() ![]() | This is an exerpt from Openwave's XTHML-MP Reference Guide: "If the <a> element's href attribute is a telephone number using the "tel" or WTAI URL scheme, the browser instructs the phone to place a telephone call. (Be sure to check which schemes the phones in your marketplace support.) The "tel" scheme is specified in RFC2806 (http://www.ietf.org/rfc/rfc2806.txt). It supports both normal voice telephone calls as well as connections to voice mailboxes and other voice messaging systems that can be operated with DTMF tones. ????: NamePros.com http://www.namepros.com/showthread.php?t=295259 "The WAP Wireless Telephony Application Interface (WTAI) is specified in the document with that name (available from the Open Mobile Alliance at http://www.wapforum.org). To place a voice call with "tel" (hyphens optional): <a href="tel:+1-1-650-480-8000">Call Openwave</a> To use "tel" to call a number, wait for a moment, and then emit two DTMF tones for the numbers 1 and 2: <a href="tel:+1-1-650-480-8000;postd=pp12">...</a> To place a call with WTAI: <a href="wtai://wp/mc;16504808000">Call Openwave</a>" Source Hope this helps.. Seanboy |
| |