Make a phone call via the webpage
<a href="tel://110">Call the phone</a>
This method is supported by Saipan, Android and iPhone
Remember to write this, don't write the method yourself before calling it
For example;<a href="javascript:phone('+phone+') ”>Call the phone</a>
function phone(date){window.location.href = 'tel://' + date;}This is incompatible with writing IOS