AzKay Posted May 27, 2006 Author Posted May 27, 2006 oops had a lil error in the last one here try this , it will log you in to autoit just change the username and pass #include <IE.au3> $IE = _IEcreate("http://www.autoitscript.com/forum/index.php?act=Login&CODE=00",0,1) _IELoadWait($IE) $form = _IEFormGetObjByName($IE,"LOGIN") $Username = _IEFormElementGetObjByName($form,"UserName") $Password = _IEFormElementGetObjByName($form,"PassWord") _IEFormElementSetValue($Username,"YOUR USERNAME HERE") _IEFormElementSetValue($Password,"YOUR PASSWORD HERE") _IEFormSubmit($form)Eh? i dont need to log into autoit # MY LOVE FOR YOU... IS LIKE A TRUCK- #
gamepin126 Posted May 27, 2006 Posted May 27, 2006 Eh? i dont need to log into autoitBit dense are we? He was trying to show you how to use IE.au3 to login to a website, you could learn to make posts from there.
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