Posts Tagged ‘html’

Telephone Links

Wednesday, October 10th, 2007

For those of you wondering how to create telephone links on web pages, the code is below. If someone with a mobile phone clicks this link on your web page, it will ask them to confirm the number and then proceed to call the number on the link. Note: I haven’t tested this with many cell phones, only Windows Mobile phones using PocketIE, and it works just fine.

<a href=”tel:##########”>Link Title</a>

It needs to conform to your country’s dialing rules, and the example above uses US dialing rules (10 digit number). If its long distance, add the one before it.