My script:
#include <IE.au3>
$oIE = _IECreate ("http://zakupki.gov.ru/wps/portal/base/topmain/home")
$oForms = _IEFormGetCollection ($oIE)
MsgBox(0, "Forms Info", "There are " & @extended & " forms on this page")
For $oForm In $oForms
MsgBox(0, "Form Info", $oForm.name)
Next
Error:
Line 560 ("File "File "С:\... IE.au3""")
WEnd Wend ERROR
What to do???
#include <IE.au3>
$oIE = _IECreate ("http://zakupki.gov.ru/wps/portal/base/topmain/home")
$oForms = _IEFormGetCollection ($oIE)
MsgBox(0, "Forms Info", "There are " & @extended & " forms on this page")
For $oForm In $oForms
MsgBox(0, "Form Info", $oForm.name)
Next
Error:
Line 560 ("File "File "С:\... IE.au3""")
WEnd Wend ERROR
What to do???