frame demişsiniz ilk mesajınızda. siz hücre içinde iframe kullanmıyor musunuz?
Kod:
<html>
<head>
<script type="text/javascript">
function scrollWindow() {
window.deneme.scrollTo(0,0);
}
</script>
</head>
<body>
<iframe onLoad="scrollWindow()" src='dsa.html' id='deneme' name='deneme'>
</iframe>
</body>
</html>
bu şekilde kullanacaksınız.