Is there something I can put in the code for an HTML page I am making for Safari on iPhone to make a call when clicked on? Something similar to:
<a href="tel://1300111222">click to call</a>
Try to remove // from your link, that is <a href="tel:1300111222">click to call</a>