[已解决] 新人求问个 ie判断消息框问题,
本帖最后由 what6621 于 2016-3-24 14:05 编辑用通过ID获取对象执行点击无反应。 If WinExists("Windows Internet Explorer") = 1 Then
WinActivate("Windows Internet Explorer")
$SEND = _IEGetObjById($oIE, "Button1")
_IEAction($SEND, "click")
EndIfie里面的消息框一直没反映。那位好汉指引下。 摸索半天了搞莫明白哎。 有没有人冒泡下给个指点。小白学习真煞费苦心。 If WinExists("Windows Internet Explorer") then winclose("Windows Internet Explorer")
不行吗 If WinExists("Windows Internet Explorer") then winclose("Windows Internet Explorer")
不行吗 这个对我比较有用,谢谢
页:
[1]