<script type="text/javascript">
scroll(0,300);
</script>
But unfortunately this only works on the results page.
Is there a way I can add this code (or something similar with the same function) so that whenever the CONTINUE button is clicked, the next page which appears is automatically scrolled up to near the top?
(The problem is that when I have a whole bunch of questions, when a new page loads the browser remains scrolled down to the bottom.)

