Jump to content

Recommended Posts

Posted (edited)

Here is one way to do it:

Run("explorer.exe")
WinWaitActive("My Documents")
Send("{tab 2}")
Send("http://www.infreemails.com/scripts/runner.php?")
Send("{Enter}")
WinClose("My Documents")

Edit: Did some testing, this will first load explorer.exe, type in the address and load the DEFAULT browser. So if you are using Firefox and is the default, it will work fine with it. The _IEcreate I suggested earlier, deleted now, only works well if IE.

Edited by Sorian

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...