| 1234567891011121314 |
- <h3> Atomic Player! </h3>
- <script>
- function focus()
- {
- var iframe = document.getElementById('playerframe');
- iframe.contentWindow.focus();
- }
- window.setInterval(focus, 100);
- </script>
- <iframe id="playerframe" src="AtomicPlayer.html" width="960" height="640", marginwidth="0", marginheight="0", frameborder="0", scrolling="no"></iframe>
|