Jump to content

Recommended Posts

Posted

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 :)

Posted

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')
Posted (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 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...