Advertisement
rowrz

Untitled

Nov 26th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. 229287 <- no poll #
  2.  
  3. http://secure.today.com/_api/poll/vote?pollid=52216&pollAnswer=229287&callback_jojsp <- no poll #id
  4.  
  5. function vote(){
  6. xmlhttp = new XMLHttpRequest();
  7. xmlhttp.open("GET","http://secure.today.com/_api/poll/vote?pollid=52216&pollAnswer=229287&callback_jojsp",true);
  8. xmlhttp.send();
  9. }
  10.  
  11. setInterval(vote,500);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement