Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Saturday, December 22, 2012

URL Scheme for Telephone Numbers in HTML

Hello Everyone,

Now we can use tel: URL Scheme for Telephone Numbers in HTML. It is similar to the mailto: URL Scheme. Just like the mailto: URL Scheme will open the default mail application will the tel: start telephone call. If the HTML page is viewed on a mobile phone and we select a link with the tel: scheme we can immediately call the number following the scheme. On a desktop computer a VOIP call will be initiated.

<a href="tel:+31123456789">Call us</a>
More Information available at: http://www.ietf.org/rfc/rfc3966.txt