There are any number of ways to approach this.
Probably the most elegant way is to use a database.
http://www.frontpagehowto.com/dynamicdrop/default.asp
Probably the fastest way to get the job done is JavaScript.
Type this into a search engine
javascript chained selects
>-----Original Message-----
>I'm trying to create a drop down menu whose selection
will denote the next
>list in the next drop down menu and that to another drop
down menu. etc. So,
>I I select green of the first menu, then the second would
have choices as
>light green, mint green, dark green. If I chose red on
the first menu, then
>the second menu would have pink, dark red, crimson,
etc........
>.
>