Don't like ads? PRO users don't see any ads ;-)
Guest

Map Refresh

By: a guest on Apr 15th, 2012  |  syntax: HTML  |  size: 0.28 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. function autoRefresh(timeoutPeriod) {
  5.         setTimeout("location.reload(true);",timeoutPeriod);
  6. }
  7. </script>
  8. </head>
  9. <body>
  10. <iframe onload="autoRefresh(500);>
  11. <img src="map.bmp" alt="Arcoria Beta Map" />
  12. </iframe>
  13. </body>
  14. </html>