Jump to content

Anyway to open a website (Regardless of screen res)


eldara
 Share

Recommended Posts

I don't use IE, but i'm sure it would be similar.

I gather you have a browser open and you want to navigate to another webpage?

In Firefox, the below code will bring focus to Firefox, select the address bar, and paste the address $Var...

...then navigates to the page.

$Var = "http://www.somewebpage.com"
ClipPut($Var)
WinActivate ("Firefox");Opt("WinTitleMatchMode", 2) to match any window with "Firefox" in title
Send("^l")
Send("^v")
Send("{ENTER}")

If that's not what you need... more info, please.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...