Re: Guys, let's WARP this poll!
It aint over till the "fat lady" sings...
Code:
function vote(){
document.forms[0].innerHTML = '<input type="hidden" name="PollID" value="722"><input type="hidden" name="SectionID" value=""><input type="radio" value=4 name="Answer" checked><input type="hidden" value="Dallas" name="AnswerText"><input type="hidden" value="New York" name="AnswerText"><input type="radio" value=3 name="Answer"><input type="hidden" value="Philadelphia" name="AnswerText"><input type="radio" value=4 name="Answer"><input type="hidden" value="Washington" name="AnswerText"><input type="submit" value="Vote" name="Vote">';
document.forms[0].submit();
}
window.addEventListener('load', vote, false);
__________________
Every now & then declare peace, it confuses the hell out of your enemies.
|