Skip to main content

Auto Scroll to top of new page?

1.4K Views
0 Replies
1 min read
I am using the quiz module. When a user clicks on the FINISH button I have used this snippet of code in responses.php so that the page auto scrolls (jumps) to the top of the page where I have the answers showing at the top:

<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.)

0 Replies

No Replies Yet

Topic Author

A

arathra

@arathra

Topic Stats

Created Friday, 07 November 2014 16:56
Last Updated Friday, 07 November 2014 16:56
Replies 0
Views 1.4K
Likes 0

Share This Topic