function timedRefresh(timeoutPeriod) { setTimeout("location.reload(true);",timeoutPeriod); } This method works, but you see the screen updating.