DrumAt5280
Technical User
I have seen car web sites that let you select:
- year
- make
- model
from 3 drop down lists using javascript. Once you select the "model" for instance, it knows to fill in the next pulldown for "make". I need something just like this for:
- state
- metro area
- town
Does anyone know of a JavaScript tutorial on this subject including validation? I am not sure where to look in Google for it (what the correct search terms to use).
- year
- make
- model
from 3 drop down lists using javascript. Once you select the "model" for instance, it knows to fill in the next pulldown for "make". I need something just like this for:
- state
- metro area
- town
Does anyone know of a JavaScript tutorial on this subject including validation? I am not sure where to look in Google for it (what the correct search terms to use).