<html><head> <title>Sample Page - Autorefresh</title> <script type="text/javascript"> function setTimer() { setTimeout("window.location.reload()",5000); } </script></head><body onload="javascript:setTimer()"></body></html>
body onLoad="javascript:setTimeout('window.location.reload()',5000);"