Hi, like the title says, when i run this script, it doesn't fill in the login/username field, it just skips it.     #include <IE.au3> Call ("Signin") Func Signin () Global $oIE = _IEcreate ("https://customers.rolandce.com/login.php") Local $user_name = _IEGetObjByName ($oIE, "user_name") Local $password = _IEGetObjByName ($oIE, "password") _IEFormElementSetValue ($user_name, "myname@me.nl") _IEFormElementSetValue ($