Well, this is what I put:
...
<script type='text/javascript'>
var lockit=setInterval("document.myform.mytext.scrollTo(0,70)",10)
</script>
</head>
<body onLoad="clearInterval(lockit)">
...
It doesn't work, but I think I know why. When the page loads, and every second after, I have a timer set...