我该怎么做让它自动拨打电话?

时间:2016-12-03 05:26:03

标签: javascript mobile-application phone-call

我的代码只打开电话拨号器并坐下来。按下按钮后它应该做什么,它应该自动拨打电话。

<html>
   <div> 
      <a rel="external" href="tel:+639086918061" 
         onclick="window.open('tel:+639086918061', '_system');" data-role="button">
      <img src="images/EMS.png" width="90px" height="90px"/></img></a>
 </div>
</html>

0 个答案:

没有答案