
Map Refresh
By: a guest on
Apr 15th, 2012 | syntax:
HTML | size: 0.28 KB | hits: 15 | expires: Never
<html>
<head>
<script type="text/javascript">
function autoRefresh(timeoutPeriod) {
setTimeout("location.reload(true);",timeoutPeriod);
}
</script>
</head>
<body>
<iframe onload="autoRefresh(500);>
<img src="map.bmp" alt="Arcoria Beta Map" />
</iframe>
</body>
</html>