![Posted Image](http://oi45.tinypic.com/dxbx4p.jpg)
Sometime, when I run my code, suddenly "Autoit Error" appear and my program exit. I want to skip "Autoit Error" and my program still run, or exit my program without "Autoit Error". Anyone have any idea ? Help me plz...Thanks.
"Range exceeded" just example.
For example :
[code]
while 1
_IENavigate($oIE, "my website")
$oFrame2 = _IEFrameGetCollection($oIE, 0)
_IENavigate($oIE, _IEPropertyGet($oFrame2, "locationurl"))
_IELinkClickByIndex($oIE, 1)
$i = $i + 1
WEnd
[code]
It work, but it stop at random value $i ( may be $i = 3,100,172,...) and say "Warning from function _IELinkClickByIndex, $_IEStatus_NoMatch" I can't understand why, and I can't know when this error display again ?
I try to search on forum, but i can't because i don't know keyword for this. Sorry my language
Link Image if can't see image : http://oi45.tinypic.com/dxbx4p.jpg