keotix Posted March 19, 2008 Posted March 19, 2008 #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?
fielmann Posted March 19, 2008 Posted March 19, 2008 keotix said: #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....
keotix Posted March 19, 2008 Author Posted March 19, 2008 (edited) 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 March 19, 2008 by keotix
fielmann Posted March 19, 2008 Posted March 19, 2008 keotix said: 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!Is the Internet Explorer already started? Try:#include <IE.au3> $oIE = _IECreate ("http://www.google.com/")_IELoadWait ($oIE)_IENavigate ($oIE, "www.yahoo.com")
keotix Posted March 19, 2008 Author Posted March 19, 2008 fielmann said: 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 =]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now