I am writing a help page with sections. What I want to do is allow navigation to a particular section (depending on what page the user clicked help from) rather than always landing at the top of the page.
My web app is written in ASP.NET; can anyone point me in the direction of how to set this up? Thanks!
You should use “bookmarks” for this… for example:
Will take you to the following “bookmark” on the yourpage.aspx page…
Update! The
nameattribute should not be used for this, as per the W3C HTML5 recommendation.