Hello I am using iMacro for Firefox to select a specific option from a dropdown box
This is the code I am using:
TAG POS=1 TYPE=SELECT FORM=ID:DataFeedForm ATTR=ID:c2 CONTENT=%30
ONDOWNLOAD FOLDER=C:\06.<SP>CSV<SP>ConvertioN\Temp FILE=Australia.csv WAIT=YES
TAG POS=1 TYPE=IMG ATTR=ID:c7
TAG POS=1 TYPE=SELECT FORM=ID:DataFeedForm ATTR=ID:c2 CONTENT=%31
ONDOWNLOAD FOLDER=C:\06.<SP>CSV<SP>ConvertioN\Temp FILE=Austria.csv WAIT=YES
TAG POS=1 TYPE=IMG ATTR=ID:c7
TAG POS=1 TYPE=SELECT FORM=ID:DataFeedForm ATTR=ID:c2 CONTENT=%37
ONDOWNLOAD FOLDER=C:\06.<SP>CSV<SP>ConvertioN\Temp FILE=Belarus.csv WAIT=YES
TAG POS=1 TYPE=IMG ATTR=ID:c7
Now the problem is that if the Content=%30 does not match the macro continues running, I dont want that. I want the macro to stop immediately if the content does not match.
I have also try to change the first line, is working but the problem still remains:
TAG POS=1 TYPE=SELECT FORM=ID:DataFeedForm ATTR=ID:c2 CONTENT=$Australia
_________________Read bellow, I found the Solution without javascript._________________