I have created a multi-page registration form for a website. Due to the page length differences when a user clicks through each page they wind up proportionally in the same page between the steps. This can leave the user having to scroll up to see the form steps. I hope that made sense, but my main question is how do I change the script so that it will reload to the top of the page at every interval?
Here is the current bit of code for the next page navigation:
<button style='float:right;' class='next-tab mover' type='submit' rel='\" + next + \"'>Next</button>\
This was taken from a php script. I have tried some obvious tests like using #top, but I could not get it to work. Any ideas?