Jump to content

Everglades

Members
  • Posts

    4
  • Joined

  • Last visited

Everglades's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. oh ok its working now i made some mistake ^^ thanks for helping
  2. you were understanding something wrong.. i dont want to change the button or something i just want to click on it ... nothing else.. but the name of the button is changing all the time so i cant use $oButton= _IEGetObjByName ($oIE, "") i just want to CLICK it nothing more
  3. trying to make this: #include <IE.au3> ;Create the IE $oIE = _IECreate ("http://www.gamesites200.com/lineage2/in.php?id=7675") $oInputs = _IETagNameGetCollection ($oIE, "input") For $oInput In $oInputs If $oInput.value = "Click here to vote for L2 Rapture - Interlude - 30x - Stack Sub" Then $oInput.click ExitLoop EndIf error at starting: "For" statement has no matching "next" statement
  4. Hi i want to click on this button center><input type="submit" style="padding: 5px;" value="Click here to vote for L2 Rapture - Interlude - 30x - Stack Sub" name="jam"> the name is always changing to a random name.. like hi,bye..... is there any way to click the button by the value or something? if yes please give me a example thanks was looking for a resolution for 3 hours now <.<
×
×
  • Create New...