haphong86 Posted July 24, 2010 Posted July 24, 2010 (edited) Quote #include <IE.au3> $sURL = "http://www.dohoa4u.com/diendan/newreply.php?do=newreply&noquote=1&p=35975" $sLogin = "username" $sPassword = "*******" $oIE = _IECreate($sURL) $oFormLogin = _IEFormGetObjByName($oIE, "navbar") $oLogin = _IEFormElementGetObjByName($oFormLogin, "vb_login_username") $oPassword = _IEFormElementGetObjByName($oFormLogin, "vb_login_password") _IEFormElementSetValue($oLogin, $sLogin) _IEFormElementSetValue($oPassword, $sPassword) _IEFormSubmit($oForm) fun88|188bet| but >"d:\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "E:\Autoit\USB Phong\Auto UP.au3" --> IE.au3 V2.4-0 Warning from function _IEFormGetObjByName, $_IEStatus_NoMatch --> IE.au3 V2.4-0 Error from function _IEFormElementGetObjByName, $_IEStatus_InvalidDataType --> IE.au3 V2.4-0 Error from function _IEFormElementGetObjByName, $_IEStatus_InvalidDataType --> IE.au3 V2.4-0 Error from function _IEFormElementSetValue, $_IEStatus_InvalidDataType --> IE.au3 V2.4-0 Error from function _IEFormElementSetValue, $_IEStatus_InvalidDataType >Exit code: 0 Time: 1.918 ( someboy help me Edited July 27, 2019 by haphong86
ZacUSNYR Posted January 19, 2011 Posted January 19, 2011 (edited) As an owner of a VB Forum you won't get my help. No good can come out of an auto-login that is logging in via a call to newreply.php. What are your intentions? Because it sure smells of spam. Edited January 19, 2011 by ZacUSNYR
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