coolness Posted June 15, 2006 Posted June 15, 2006 is there any way to open internet explorer, unless already opened, then instead set it up to go to another website under file open new window? If so could somebody help me out?
Moderators SmOke_N Posted June 15, 2006 Moderators Posted June 15, 2006 is there any way to open internet explorer, unless already opened, then instead set it up to go to another website under file open new window? If so could somebody help me out?Have you checked out IE.au3? #include <IE.au3> $URL = 'http://autoitscript.com/forum' If Not ProcessExists('iexplore.exe') Then _IECreate($URL) Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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