Jump to content

how to make a autoit brower


Recommended Posts

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 by a62105400
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...