window.open("http://.baidu.com","baidu","top=0,left=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=790,height=530");
举报
#include<ie.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> $oIE = _IECreateEmbedded() GUICreate("", 660, 580, -1, -1) $GUIActiveX = GUICtrlCreateObj($oIE, 0, 0, 660, 580) GUISetState() _IENavigate($oIE, "http://www.autobatch.org/") While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE Exit EndSelect WEnd
window.open("http://www.baidu.com","baidu","top=0,left=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=790,height=530");
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2026-6-14 09:09 , Processed in 0.118858 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2026 Discuz! Team.