简体   繁体   English

(html)电话:电话号码无效

[英](html) Tel:phone-number not working

have done a complete search and cannot get this click-to-call html to work. 已经进行了全面搜索,无法使此点击通话html正常工作。 Have tried; 试过;

<a href="tel:000000000">000000000</a>
<a href="tel://000000000">000000000</a>
<a href="callto:000000000">000000000</a>
<a href="callto://000000000">000000000</a>

This is the webpage i'm trying to get it to work on http://www.glasgowbuildinginspections.com.au/phone/ 这是我正在尝试使其在http://www.glasgowbuildinginspections.com.au/phone/上运行的网页

I can load the page locally file:///D:/Downloads/index.html and it works, but the page says it can't load server side files which might be what is stopping it. 我可以在本地加载文件file:/// D:/Downloads/index.html并可以正常工作,但是该页面说它无法加载服务器端文件,这可能是在阻止该文件。 Any thoughts? 有什么想法吗?

尝试使用

<a href="tel:+000000000">000000000</a>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM