Jump to content

Recommended Posts

Posted

Hi,

I now use this to open a url:

#include <IE.au3>
_IECreate ("www.google.com",0,1)

Now i dont want to open a new browser windows every time so my question is how can i navigate to a other page using the same open browser window?

Posted

Did you read the example for _IENavigate?

No,

he didn't and he doesn't........

#include <IE.au3>
$oIE = _IECreate ("www.google.com",0,1)
_IENavigate ($oIE, "www.autoitscript.com")

;-))

Stefan

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
×
×
  • Create New...