hzjboy 发表于 2013-3-16 11:43:58

如何点击IE中非链接文字

代码如下:如何在点击显示 那里模拟鼠标左键点击一次
<td height="23" width="60"><input name="yzm_tbox" type="text" id="yzm_tbox" value="点击显示" style="width: 55px; height: 17px; border: solid 1px #153966; font-size: 12px; color: #283439;" onfocus="updateverifyCode();" maxlength="4" /></td>

星雨朝霞 发表于 2013-3-16 12:36:20

$Ele = _IEGetObjById($oIE,"yzm_tbox")
_IEAction($Ele,"click") ;点击
页: [1]
查看完整版本: 如何点击IE中非链接文字