I want to create a drop-down list which navigates to various locations within the same HTML page. I can make a drop-down list navigate to <other> pages, and I can make the idea work with a bunch of HTML anchors, but how can this be done using a drop-down list? Is javascript absolutely required, or is there a way through plain old HTML?