JayFran 0 Posted August 16, 2010 Im trying to add this to my script but im having some trouble. Basically the webpage redirects to this page it will press the return button. sometimes it tends to this even if the password is correct. so its a pain to press it all the time. #include <ie.au3> $login_e = "https://129.39.231.133/maximo/webclient/login/loginerror.jsp" If $oIE = "https://129.39.231.133/maximo/webclient/login/loginerror.jsp" Then ControlClick("[fusion:CompanyName] - Windows Internet Explorer", "", "[CLASS:Button; TEXT:Return; INSTANCE:1]") _IELoadWait($oIE) Else _IELoadWait($oIE) EndIf Share this post Link to post Share on other sites