Need help with image src - willing to pay

Find a consultant or advertise your services here
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team
Post Reply
fackz
Posts: 1
Joined: Wed May 16, 2012 5:21 pm

Need help with image src - willing to pay

Post by fackz » Wed May 16, 2012 5:24 pm

I'm trying to get the image src value of an image and pass it to a death by captcha api.
Everytime I'm getting the #EANF# error.

Can someone help me with that?
janib4all
Posts: 132
Joined: Wed Jul 21, 2010 6:44 am
Location: Karachi, Sindh, Pakistan
Contact:

Re: Need help with image src - willing to pay

Post by janib4all » Wed Jun 27, 2012 5:36 pm

Try following code. It will extract value from src="(value)" and prompt it:

VERSION BUILD=7401110 RECORDER=FX
TAB T=1
SET !EXTRACT "<img src=\"http://www.examplewebsite.com/folder1/testing.jpg\">"
SET !VAR1 EVAL("s = '{{!EXTRACT}}'.match(/src..(.+)\"/); s[1];")
PROMPT {{!VAR1}}
Hire the BoT-fReeak!
botspecialist.blogspot.com
Post Reply