I\'m trying to set the scroll position on a page so the scroller is scrolled all the way to the top.
I think I need something like this but it\'s not working:
... Or just replace body by documentElement:
body
documentElement
document.documentElement.scrollTop = 0;