views:

101

answers:

1

is there something i can put in the code for a html page i am making for safari on iphone which can make a call when click on? something similar to:

<a href="tel://1300111222">click to call</a>
A: 

Try to remove // from your link, that is <a href="tel:1300111222">click to call</a>

Nava Carmon
Thanks. Works like cake :)
Amarsh