lostowl Posted July 14, 2010 Posted July 14, 2010 (edited) 8 hours i been studying auto it because my friend say better then macro's and i still cant log into my facebook account or yahoo or lycos or anything. i been trolling for hours only leaving myself ready to destroy my laptop lol. why wont this work and why does it always open a blank window first. #include <IE.au3> $user = "joe02893@yahoo.com" $pass = "xxxxxxx" $oIE = _IECreate ("https://login.facebook.com/login.php?login_attempt=1") _IELoadWait ($oIE) $uForm = _IEFormGetObjByName ($oIE, "login_form") $uText = _IEFormElementGetObjByName ($uForm, "email") _IEFormElementSetValue ($uText,$user) $pText = _IEFormElementGetObjByName ($uForm, "pass") _IEFormElementSetValue ($pText,$pass) _IEFormSubmit ($uForm) thankyou for your time Edited July 14, 2010 by lostowl
StandardUser Posted July 14, 2010 Posted July 14, 2010 Hmm, your code works fine for me. Are you under admin rights?
lostowl Posted July 14, 2010 Author Posted July 14, 2010 Hmm, your code works fine for me. Are you under admin rights?hahahahahahaahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahhaagotta love vista how do i set admin rights to stay????
Bert Posted July 14, 2010 Posted July 14, 2010 (edited) Look in the helpfile in the "Using AutoIt" folder then "AutoIt on Windows Vista" Edited July 14, 2010 by Volly The Vollatran project My blog: http://www.vollysinterestingshit.com/
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