Jump to content

Problem with IE address bar


1bobby
 Share

Recommended Posts

Not too sure what I am doing wrong, but must be something!

I want to open IE and send an address to the address bar no matter what home page is set to. Then make and entry and go to that server address, and open a program. The attached is the window info that I get when looking at the field. I have tried several different control commands and can't seem to send the address to the address bar. In the last case where the home page was yahoo home page, it went into the search field of yahoo.

wininfoie.bmp

Link to comment
Share on other sites

Not too sure what I am doing wrong, but must be something!

I want to open IE and send an address to the address bar no matter what home page is set to. Then make and entry and go to that server address, and open a program. The attached is the window info that I get when looking at the field. I have tried several different control commands and can't seem to send the address to the address bar. In the last case where the home page was yahoo home page, it went into the search field of yahoo.

#include <IE.au3>

$oIE = _IECreate()
_IENavigate($oIE, "http://www.mywebpage.com/")
Edited by azure
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...