Advertisement
Guest User

Untitled

a guest
Feb 10th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <!-- jotform -->
  2. <script src="http://max.jotfor.ms/static/feedback2.js?3.2.3191" type="text/javascript">
  3. new JotformFeedback({
  4. formId : "42252369650152",
  5. buttonText : "Get updates",
  6. base : "http://jotform.us/",
  7. background : "#F59202",
  8. fontColor : "#FFFFFF",
  9. buttonSide : "top",
  10. buttonAlign : "right",
  11. type : false,
  12. width : 450,
  13. height : 525
  14. });
  15.  
  16. var delayseconds = 5;
  17. function pause() {
  18. myTimer = setTimeout('whatToDo()', delayseconds * 1000)
  19. }
  20.  
  21. function whatToDo() {
  22. document.getElementById('jotform-feedback-42252369650152').click();
  23. }
  24. window.onload = pause;
  25.  
  26. </script>
  27. <!-- end jotform -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement