markj Posted March 22, 2006 Posted March 22, 2006 Hi all Sorry for the easy question again, need to open an internet explorer session on a certain URL? I bet it's easy but i cant work it out 10 points to the first person to tell me the answer
MHz Posted March 22, 2006 Posted March 22, 2006 I'd give you 10 points if you used the search engine but I guess you now owe me 10 points. Run(@ProgramFilesDir & '\internet explorer\iexplore.exe http://www.autoitscript.com')
markj Posted March 22, 2006 Author Posted March 22, 2006 thanks very much - your 10 points will be with you shortly
Xenobiologist Posted March 22, 2006 Posted March 22, 2006 (edited) HI, another option is using (including) the ie.au3 and then type: #include<ie.au3> $ieObj = _IECreate() _IENavigate($ieObj, "http://www.autoitscript.com") So long, Mega Edited March 22, 2006 by th.meger Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
GaryFrost Posted March 22, 2006 Posted March 22, 2006 if you don't want to be browser specific just Run(@COMPEC & ' /c start http://www.autoitscript.com','',@SW_HIDE) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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