Tyger Posted September 23, 2009 Posted September 23, 2009 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?
jvanegmond Posted September 23, 2009 Posted September 23, 2009 Look in the help file for: _IEAttach and _IENavigate github.com/jvanegmond
Tyger Posted September 23, 2009 Author Posted September 23, 2009 i know IEnavigate yeah but i need to do this in that same explorer window, how do i do that in that window?
jvanegmond Posted September 23, 2009 Posted September 23, 2009 Did you read the example for _IENavigate? github.com/jvanegmond
99ojo Posted September 23, 2009 Posted September 23, 2009 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now