5

Allright this might be a general question but i wasn't able to find an answer to it.

I want the browser to move to another division(part) of the page once a user has clicked a specific button.How can this be achieved.

user3274745
  • 361
  • 4
  • 18

1 Answers1

8

<a href="#idOfAnotherPart">Click Here</a> will move the page to the div or some other element whose id is idOfAnotherPart

Amit Joki
  • 58,320
  • 7
  • 77
  • 95