Scroll to the Top of the page using Java Script

function scroll()
{
      window.scrollTo(0,0);
}


<a href="#" onClick="scroll()" />