il codice per fare quello che vuoi tu è qst (il reload nn lo fa, xkè se lo facesse il browser s'incasinerebbe ancora di +) però come ti ho già detto se cerchi di chiudere il browser qst si blocca e crasha
codice:
<html>
<head>
<script type="text/javascript">
function scrollwin(){ 
	for (I=1; I<=1000; I++){ 	
		parent.scroll(1,I);  
	}
    reset();
}       
                                             
function reset(){ 
	//window.location.reload();
	parent.scroll(1,1);
	scrollwin();
}
</script>
</head>
<body onload="scrollwin()">
</body>
</html>