haphong86 0 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 Share this post Link to post Share on other sites
ZacUSNYR 4 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 Share this post Link to post Share on other sites