OK, so there is this online poll / vote that allows you to vote over and over again, but rather than sit in front of my computer all day and voting, refreshing the page and voting again, I'm looking for a quicker / easier way to get this done. I set up a macro in Firefox, but even with 4 computers running, it's only doing about 50 votes a minute.
The problem is, I am voting for one option, while someone else is voting over 150 times a minute for the other one... Is there a way to manipulate the code to vote over and over without waiting for the page to refresh with the macro?
Here is the code for the form...
Code:
<div id="polls-63" class="wp-polls">
<form id="polls_form_63" class="wp-polls-form" action="/round1" method="post">
<p style="display: none;"><input type="hidden" name="poll_id" value="63" /></p>
<p style="text-align: center;"><strong># 1 vs. #2</strong></p><div id="polls-63-ans" class="wp-polls-ans"><ul class="wp-polls-ul">
<li><input type="radio" id="poll-answer-171" name="poll_63" value="171" /> <label for="poll-answer-171">#1</label></li>
<li><input type="radio" id="poll-answer-172" name="poll_63" value="172" /> <label for="poll-answer-172">#2</label></li>
</ul><p style="text-align: center;"><input type="button" name="vote" value=" Vote " class="Buttons" onclick="poll_vote(63);" /></p><p style="text-align: center;"><a href="#ViewPollResults" onclick="poll_result(63); return false;" title="View Results Of This Poll">View Results</a></p></div>
</form>
</div>