Guest User

Untitled

a guest
Aug 13th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <META NAME="oben" CONTENT="no-cache">
  5. <script type="text/javascript">
  6. var iframe;
  7. window.onload = function()
  8. {
  9. iframe = document.getElementById("Tisch1");
  10. window.setInterval("RefreshIFrame()", 3000); // 60000 ms = 60 Sek.
  11. }
  12. function RefreshIFrame()
  13. {
  14. iframe.location.reload();
  15. }
  16. </script>
  17. <title>Tisch1</title>
  18. </head>
  19. <body>
  20. <header>
  21. <h1>HOME</h1>
  22. </header>
  23. <div style="width: 250px; float: left;">
  24. <nav>
  25. <iframe src="https://static.turnierlive.com/app/?mode=ko&account=chrys&alias=777&view=zweiundreissigstel"
  26. name="Tisch1" width="500" height="1000" frameborder="0"
  27. ></iframe>
  28. </nav>
  29. </div>
  30. <div style="float: left;">
  31. <p>Viel Inhalt</p>
  32. </div>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment