From The Mana World
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
<script>
var serverStatus = "<h5>Server status</h5><div class='body'><iframe src='https://server.themanaworld.org/status.php' width='130' height='30' frameborder='0' scrolling='no'></iframe></div>";
var serverStatus = "<h5>Server status</h5><div class='body'><iframe src='https://server.themanaworld.org/status.php' width='130' height='30' frameborder='0' scrolling='no'></iframe></div>";
document.getElementById('p-server_status').innerHTML = serverStatus;
document.getElementById('p-server_status').innerHTML = serverStatus;
</script>

Revision as of 07:18, 23 November 2014

/* Any JavaScript here will be loaded for all users on every page load. */
<script>
var serverStatus = "<h5>Server status</h5><div class='body'><iframe src='https://server.themanaworld.org/status.php' width='130' height='30' frameborder='0' scrolling='no'></iframe></div>";
document.getElementById('p-server_status').innerHTML = serverStatus;
</script>