Advertisement
Guest User

Untitled

a guest
Mar 12th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <script src ="https://form.jotform.com/static/feedback2.js" type="text/javascript"></script><script type="text/javascript">
  5. var JFL_80705085831961 = new JotformFeedback({
  6. formId: '80705085831961',
  7. base: 'https://form.jotform.com/',
  8. windowTitle: 'Popup ',
  9. background: '#FFA500',
  10. fontColor: '#FFFFFF',
  11. type: 'false',
  12. height: 500,
  13. width: 700,
  14. openOnLoad: false
  15. });
  16. </script>
  17. <a id="#myLink" class="btn lightbox-80705085831961" style="margin-top: 16px">
  18. Popup
  19. </a>
  20. <script language="JavaScript">
  21. var delayseconds = 5;
  22. function pause() {
  23. myTimer = setTimeout('whatToDo()', delayseconds * 1000)
  24. }
  25. function whatToDo() {
  26. document.getElementById('#myLink').click();
  27. }
  28. window.onload = pause;
  29. </script>
  30.  
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement