a62105400 0 Posted January 11, 2011 (edited) hello alls how to make a Autoit brower ? make a brower like IE8 how make it support multi-tag ? #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <IE.au3> $oIE = _IECreateEmbedded () $form1=GUICreate("autoit brower",800,600, 100,100,$WS_POPUP,-1) _IENavigate($oie,"http://www.hao123.com") $oLinks = _IELinkGetCollection ($oIE) For $oLink In $oLinks $oLink.removeAttribute('target') Next GUISetState(@SW_SHOW,$form1) while 1 sleep(111) wend if i click www.hao123.com links .the url may open in my autoit brower but how to change the search button submitted . open new url in my autoit brower?? there is some way let autoit brower support multi-tag ? Edited January 11, 2011 by a62105400 Share this post Link to post Share on other sites
Mat 376 Posted January 11, 2011 Search the forums people have done this before, like page may interest you as well. AutoIt Project Listing Share this post Link to post Share on other sites
a62105400 0 Posted January 11, 2011 Search the forums people have done this before, like page may interest you as well.thank you . i have download the Gecko Web Browser . cool skin . but it not support multi-tag . i means open new window in Autoit browser . Share this post Link to post Share on other sites