index.html 345 B

1234567891011121314
  1. <h3> Atomic Player! </h3>
  2. <script>
  3. function focus()
  4. {
  5. var iframe = document.getElementById('playerframe');
  6. iframe.contentWindow.focus();
  7. }
  8. window.setInterval(focus, 100);
  9. </script>
  10. <iframe id="playerframe" src="AtomicPlayer.html" width="960" height="640", marginwidth="0", marginheight="0", frameborder="0", scrolling="no"></iframe>