what6621 发表于 2016-3-20 21:14:27

[已解决] 新人求问个 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里面的消息框一直没反映。那位好汉指引下。 摸索半天了搞莫明白哎。

what6621 发表于 2016-3-20 21:16:53

有没有人冒泡下给个指点。小白学习真煞费苦心。

zghwelcome 发表于 2016-3-20 21:25:04

If WinExists("Windows Internet Explorer") then winclose("Windows Internet Explorer")
不行吗

zhenglei 发表于 2016-3-21 14:18:35

If WinExists("Windows Internet Explorer") then winclose("Windows Internet Explorer")
不行吗

沉默的斗鱼 发表于 2017-8-6 09:47:49

这个对我比较有用,谢谢
页: [1]
查看完整版本: [已解决] 新人求问个 ie判断消息框问题,