Jump to content

Liromir

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Liromir

  1. Very very thank you man, didnt even expectet that can be so easy, i was trying 20 lines scripts and this one just worked.. Love you!
  2. i tried it also, im so desperated - whole project stopped only because one button. I still believe some 'big brain' will visit my thread and have 2 minutes for me and my problem ;x
  3. Hello! Its my first time on this forum, usually i was just reading topics here, but from the beggining of my adventure with AutoIt! i have problems with clicking buttons in IE. Always i was using something like that: Local $oInputs = _IEFormElementGetObjByName($ie, "submit") For $oInput In $oInputs If $oInput.title == "login" Then _IEAction($oInput, "click") _IELoadWait($ie) Exitloop EndIf Next And now i have problem with new button/page : <a title="Login" href="javascript:void(0);" onclick="submitLogin(document.loginForm);return false;" class="btn-senden btn-login">Login</a> Im fighting with clicking this button for like 2 days, i read whole forums and still cant find any solutions, can you please good peoples help me? Thanks in advance
×
×
  • Create New...