Jump to content

swa

Members
  • Posts

    8
  • Joined

  • Last visited

swa's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. but why it is so slowly ? can I make it faster and when yes how ?
  2. i have to say soory... you want to help me and that it isn´t tested its okay its my job :-D
  3. soory Valuater iam a noob $IE = Eval($oIE & $x) $Ie = Eval (^Error Error: Variable used without being declared soory a 2th time swa
  4. Valuater the problem is that are 10 websites forgotten to say soory i make only 2 to make it understand
  5. okay but a error $i=1 Do Dim $Array[10] = {$oIE1,$oIE2,$oIE3,$oIE4,$oIE5,$oIE6,$oIE7,$oIE8,$oIE9,$oIE10} For $Index = 0 To Ubound( $Array) -1 $oFrame = _IEFrameGetObjByName ($Array[$Index], "up") $sHTML = _IEDocReadHTML ($oFrame) $result = StringLeft($shtml, 18) If $result = "<HTML><HEAD><Meta" Then sleep(2*1000) else $link=FileReadLine ("bannerlinks.txt", $i ) _IENavigate ($Array[$Index], $link) $i = $i + 1 EndIF Sleep(2 * 1000) Next Until $i = 101 the error is in Line Dim $Array[10] = {$oIE1,$oIE2,$oIE3,$oIE4,$oIE5,$oIE6,$oIE7,$oIE8,$oIE9,$oIE10} Dim $Array[10] = ^ Error Error: Unable to parse line.
  6. year but can I make it so that i say the loop run two times and on the first run its $oIE1 and the 2th time $oIE2 ?
  7. my problem is the $oie1 and $oie2 how make it in loops ??
  8. hi soory my englisch is not so good ... but i hope you can understand me okay i have this code $oFrame = _IEFrameGetObjByName ($oIE1, "up") $sHTML = _IEDocReadHTML ($oFrame) $result = StringLeft($shtml, 18) If $result = "<HTML><HEAD><Meta" Then sleep(2*1000) else $link=FileReadLine ("bannerlinks.txt", $i ) _IENavigate ($oIE1, $link) $i = $i + 1 EndIF Sleep(2 * 1000) $oFrame = _IEFrameGetObjByName ($oIE2, "up") $sHTML = _IEDocReadHTML ($oFrame) $result = StringLeft($shtml, 18) If $result = "<HTML><HEAD><Meta" Then sleep(2*1000) else $link=FileReadLine ("bannerlinks.txt", $i ) _IENavigate ($oIE2, $link) $i = $i + 1 EndIF Sleep(2 * 1000) is there a way to have this only one time ? i hope somebody understand me ... swa
×
×
  • Create New...