我需要一些JavaScript幫助 - 我想。我無法找到任何我正在尋找的教程。我爲「立即撥打電話」創建了HTML和CSS。按鈕,我需要弄清楚如何使其工作,當有人點擊它的「現在呼叫」或「取消」提示出現,如果他們按下「立即呼叫」,它開始撥號...立即撥打電話
a.phoneMe {
position: fixed;
right: 0px;
bottom: 60px;
left: 0px;
margin-left: 50%;
height: 53px;
width: 80px;
background: #228B22;
color: white;
text-decoration: none;
font-size: 20px;
text-align: center;
border-radius: 5px;
}
<a href="tel:+15014737132" class="phoneMe">Call Now!</a>
'電話:'網址應該工作,它不工作? –
多數民衆贊成在瀏覽器實施... –
使用'輸入類型=電話'如果你有Skype的瀏覽器插件安裝,那麼它將被允許撥打 – Niladri