bomboa Posted July 2, 2007 Posted July 2, 2007 Hey, basically im trying to just move from one web page to another, so i dont wanna open ie then navigate some where, just submit a new url and go there. Am I using the wrong command or just missing something? Thanks.
GMK Posted July 2, 2007 Posted July 2, 2007 Is IE already open? If so, you would assign _IEAttach to a variable, then reference that object using _IENavigate.
lod3n Posted July 2, 2007 Posted July 2, 2007 So you want to reuse an Internet Explorer window that existed prior to the execution of your script? [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
dufran3 Posted July 2, 2007 Posted July 2, 2007 If you post a snippet of your code, it would be easier to help you.
bomboa Posted July 2, 2007 Author Posted July 2, 2007 If you post a snippet of your code, it would be easier to help you.Thanks everyone, I figured it out.
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