<a href="#scrollDown" id="up">Scroll Down</a>
<p>Long Paragraph.</p>
<a name="scrollDown" id="down">Stop Here</a>
While I click the id 'up' it should scroll down and stop in to id 'down'.
Right now when I click id 'up' the URL is getting changed. for example(../loginAction#scrollDown).
How to scroll down to the id 'down' without changing the page URL. The href 'scrollDown' won't apply to the page URL.