js函数
function callphone(hm){
window.location.href = "tel:" + hm;
}
使用按钮点击
With .AddInputCell("ic4") '通过InputCell增加输入框
.AddLabel("lsj","手机",0) '增加标签,0显示在左边
.AddInput("sj","text",1) '增加输入框,1表示显示在中间
.AddVcodeButton("hym","获取验证码",2).Attribute="onclick=""callphone('10086')"""
End With