我的代码只打开电话拨号器并坐下来。按下按钮后它应该做什么,它应该自动拨打电话。
<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>