hi every one
i have button in my page i want when user click on button it go to other part of page EX:button is on top of page i want when user click on button it go to bottom of page.
how i can do it
You need to add 2 anchor links
1. The link which when clicked will goto bottom
<a href = "#bottom">Goto bottom</a>
2. The link to be placed at bottom of page
<a name = "bottom"></a>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.