문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top