You are here: irt.org | FAQ | JavaScript | Redirect | Q1196 [ previous next ]
Try:
<script language="JavaScript"><!--
if (document.images)
setTimeout('location.reload(true)',1000*60*15); // forces a reload from the server
else
setTimeout('location.href = location.href',1000*60*15); // just reloads the page
//--></script>