1bobby Posted January 13, 2009 Posted January 13, 2009 Not too sure what I am doing wrong, but must be something! I want to open IE and send an address to the address bar no matter what home page is set to. Then make and entry and go to that server address, and open a program. The attached is the window info that I get when looking at the field. I have tried several different control commands and can't seem to send the address to the address bar. In the last case where the home page was yahoo home page, it went into the search field of yahoo.wininfoie.bmp
azure Posted January 13, 2009 Posted January 13, 2009 (edited) Not too sure what I am doing wrong, but must be something! I want to open IE and send an address to the address bar no matter what home page is set to. Then make and entry and go to that server address, and open a program. The attached is the window info that I get when looking at the field. I have tried several different control commands and can't seem to send the address to the address bar. In the last case where the home page was yahoo home page, it went into the search field of yahoo. #include <IE.au3> $oIE = _IECreate() _IENavigate($oIE, "http://www.mywebpage.com/") Edited January 13, 2009 by azure
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