I am relatively new to HTML, and want to do something that I think should be simple without getting bogged down with other programs like PHP or JavaScript or ASP or anything.
I want to create a website with drop down lists, such as this:
[1]
DOG
CAT
BUG
ANT
[2]
RED
BLUE
GREEN
YELLOW
If the user picks DOG and GREEN, I want to user to be directed to website ...xxx/DOGGREEN.HTML by clicking the button.
I have searched and searched, but I cannot find the answer anywhere without being faced with learning a new program.
Any help greatly appreciated.
I want to create a website with drop down lists, such as this:
[1]
DOG
CAT
BUG
ANT
[2]
RED
BLUE
GREEN
YELLOW
If the user picks DOG and GREEN, I want to user to be directed to website ...xxx/DOGGREEN.HTML by clicking the button.
I have searched and searched, but I cannot find the answer anywhere without being faced with learning a new program.
Any help greatly appreciated.
Comment