Fixing Poll Daddy?

bwhite

Newbie
Joined
Jul 20, 2013
Messages
19
Reaction score
1
I've went through a bunch of old threads about fixing polldaddy polls but I can't seem to get the scripts to work anymore. It seems as if they've changed the way the "vote" button works, to make it not a button but a javascript call?


The script I've got seems fine for selecting the answer, but it won't properly click the vote button. I've tried a bunch of different things that didn't work. Does anyone have any ideas?

Code:
VERSION BUILD=8810214 RECORDER=FX
TAB T=1
URL GOTO=POLLDADDYURL/POLL#/
WAIT SECONDS=7
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:formPoll ATTR=ID:PDI_answer#
WAIT SECONDS=7
TAG POS=1 TYPE=A ATTR=TXT:Vote
WAIT SECONDS=7

THANKS!
 
Back
Top