Hello everybody,Today I find a problem about IE operation with AutoIt.
This Url:
http://www.sogou.com/sogou?query=autoit&_asf=www.sogou.com&_ast=1297683869&p=40040101&w=01019901&pid=sogou-netb-1d054d2981bea746-1520
I use _IELinkGetCollection() Collect all the url from the page success, @extended is not null.
But when I usr code like this:
For $oLink In $oLinks
MsgBox(0,"",$oLink.href)
Next
The program report error,So in fact ,I want to get all the url from the page and auto click anyone link,but I can't finish it , I don't know maybe you can help me ,thanks!