Jump to content

_IENavigate problem


Recommended Posts

#include <IE.au3>

_IENavigate ($oIE, "www.example.com)

it says that the varible $oIE is used without being identified, it is the default.. and suggestuions on how to use?

I'm missing the character -> " <- at the end of the web address!

Please fill up and try again....

Link to comment
Share on other sites

sorry, i just wrote it bad in the post >< lol, but yea it is does have the " i tried copy and pasting the script from the help file but i can't figure it out!

well ill just try bypass this by opening a new window =P ill try making the main script for this work first =]

Edited by keotix
Link to comment
Share on other sites

Is the Internet Explorer already started?

Try:

#include <IE.au3>

$oIE = _IECreate ("http://www.google.com/")

_IELoadWait ($oIE)

_IENavigate ($oIE, "www.yahoo.com")

Awesome!,

so that bot i was writing, screwed me over because the website i was gona use on stuffed it up. i knew there was that factor but did not know if it existed on that site. but oh well...

But still can think of a hundred things to do with this script! thanks for the help =]

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