Jump to content

Hmm.. Newb Question, but i got a cool name :X


Batman
 Share

Recommended Posts

Hey Batman welcome

What did you mean by you wanted Internet explorer to search ?

The below code will open the website www.google.ie using Internet explorer

Is that what you were after ?

Run ( "c:\program files\internet explorer\iexplore.exe http://www.Google.ie" )
Link to comment
Share on other sites

to search explorer, you could send a ^f to find/search that page, then fill out the Find input box that comes out.

If you want to use internet explorers search, send ^e and then fill out your search in Edit2.

>>>>>>>>>>> Last Control Under Mouse <<<<<<<<<<<

Control ID: 5001

Class: Edit2

Text:

A little example, Yours may varry due to so many versions of explorer.

Opt("WinTitleMatchMode", 4)
Run ( "c:\program files\internet explorer\iexplore.exe" )
sleep(4000)
winwait("classname=IEFrame")
if NOT winexists("classname=IEFrame","What are you looking for?") then send("^e")
sleep(2000)
controlsettext("classname=IEFrame","","Edit2","hiddensoft.com")
controlclick("classname=IEFrame","","Button5")
Edited by scriptkitty

AutoIt3, the MACGYVER Pocket Knife for computers.

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...