zzzhanghc 发表于 2008-12-26 07:57:18

如何关闭网页中的alert对话框

我是新手,请大家帮个忙
如何关闭网页中的alert对话框,然后关闭网页;或者直接关闭网页(因为有对话框弹出的网页不能被_IEQuit($oIE)或winkill winclose关闭)

已经解决

使用AdlibEnable("end")函数

AdlibEnable("end")
在最后加上函数
Func end()
        If WinExists("Microsoft Internet Explorer") Then
                WinClose("Microsoft Internet Explorer")
        EndIf
EndFunc   ;==>end

[ 本帖最后由 zzzhanghc 于 2008-12-30 08:59 编辑 ]

liongodmien 发表于 2008-12-26 11:41:30

试试用刷新去除
页: [1]
查看完整版本: 如何关闭网页中的alert对话框