There are many if you search the web, try something like this:
Code: HTML
<script language="javascript"><br />onload = function () {setTimeout('window.location.reload(true)', 300000)}<br /></script>
|
You can change the time out value 300000 in milliseconds to any time. |