Jump to content

open address in IE bar, better way?


Recommended Posts

Sound stupid but see this

Send("!D")

Send(@ScriptDir & "/test.html")

Send("{ENTER}")

is there a faster way?

(when you run this , you see slowly that the address bar is filling up, this can faster?)

I need to load a url in IE, so i will past the url in the address bar after that an enter.

I need this because the script must running after the page is loaded, i need to do some extra things in my script after the pages is showing.

cheers

Tidde

EDIT:

wahooo

i found this way

Send("!D")

ClipPut(@ScriptDir & "/test.html")

Send("^v")

Send("{ENTER}")

Edited by Justmobile
Link to comment
Share on other sites

Try this:

ControlSetText ("about:blank - Microsoft Internet Explorer", "", "Edit1", @ScriptDir & "/test.html")
ControlClick ("about:blank - Microsoft Internet Explorer", "", "ToolbarWindow322") ;Press Go Button

Change windows title text parameter with yours... :)

Edited by stingjoel
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...