<script language=javascript>
winXX=window.open()
setTimeout("winXX.location.reload()",10000);//十秒刷新一次
</script>