houseonfire Posted December 9, 2008 Posted December 9, 2008 $captcha = _IEFormElementGetObjByName($form1, "Visual verification") $oLinks = _IELinkGetCollection ($oIE2) Local $iNumLinks = @extended For $oLink In $oLinks Local $sre = StringRegExp($oLink.jpeg, "https://www.google.com/accounts/Captcha?ctoken=*", 3) If IsArray($sre) Then _IENavigate($oIE3, $oLink.jpeg) Next When that part runs, it just crashes my script. Does anyone know how to display an image on a page that doesn't have it's file type in its link?
toonboon Posted December 9, 2008 Posted December 9, 2008 What is the exact error message are you getting? [right]~What can I say, I'm a Simplistic person[/right]
houseonfire Posted December 9, 2008 Author Posted December 9, 2008 : ==> The requested action with this object has failed.: Local $sre = StringRegExp($oLink.jpeg, "https://www.google.com/accounts/Captcha?ctoken=*", 3) Local $sre = StringRegExp($oLink.jpeg^ ERROR
toonboon Posted December 9, 2008 Posted December 9, 2008 ah, you need to replace $oLink.jpegoÝ÷ Û«¢+ØÀÌØí½1¥¹¬µÀìÅÕ½Ð칩ÁÅÕ½Ðì [right]~What can I say, I'm a Simplistic person[/right]
toonboon Posted December 9, 2008 Posted December 9, 2008 ^^ you're welcome =) It's just basic knowledge. [right]~What can I say, I'm a Simplistic person[/right]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now