Hi!
You can try this, it works on my website:
<head>
<script type="text/javascript">
<!-- Begin
/* This script and many more are available free online at
The JavaScript Source!!
http://javascript.internet.comCreated by: Lee Underwood
Because this is a true refresh, you might want to put a
notice on the page that it refreshes every "X" minutes */
function reFresh() {
location.reload(true)
}
/* Set the number below to the amount of delay, in milliseconds,
you want between page reloads: 1 minute = 60000 milliseconds. */
window.setInterval("reFresh()",60000);
// End -->
</script>
<meta http-equiv="Refresh" content="60" />
</head>