Thanks, GUJUmOdeL. That was exactly what I needed. It seems my problem was using the ( ) in place of the [ ]. It's always something simple, once you know what it is.
There is a javacript error when "Choose One Please" is selected after selecting another option. I don't need the...
palbano
Thanks for your quick response. I tried the code you suggested, but had no luck. Here is the code I tried:
<HTML>
<HEAD>
</HEAD>
<BODY
<FORM>
<select onChange="document.location = this.options(this.selectedItem).value;">
<OPTION VALUE="#thisPlace">This...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.