Hello, my name is Martin and I am the owner of www.tot1clan.co m
as you can see, to the very right on my website is a server status box for my BFBC2 server. I have tried to make only the server status box refresh, but the whole page refreshes for me :/
So can any of you pro people please edit and post back the correct code for my server status box so that only the box refreshes and not the whole site?
Thank you :D
as you can see, to the very right on my website is a server status box for my BFBC2 server. I have tried to make only the server status box refresh, but the whole page refreshes for me :/
So can any of you pro people please edit and post back the correct code for my server status box so that only the box refreshes and not the whole site?
Thank you :D
Code:
<center>
</style>
<script LANGUAGE="JScript" >
window.setInterval(refreshGadget, 50000);
function refreshGadget()
{location.href = location.href;}
</script>
</head>
<p style="text- align: right;">
<body bgcolor="#000000">
<iframe src="http://cache.www.gametracker.com/components/html0/?host=85.236.109.61:19667&bgColor=222222&titleBgColor=11111D&borderColor=333333&fontColor=8790AE&titleColor=FFFFFF&linkColor=FF9900&borderLinkColor=999999&showMap=1&showCurrPlayers=0&showTopPlayers=0&showBlogs=0&width=200" frameborder="0" scrolling="no" width="200" height="267"></iframe></body>
</html>
</center>
Comment