I would like to write a small example script with the following values:
Select a car type: audi or volvo
Select the model: audi model1,audi model2, volvo model1, volvo model2
When the model is selected the price will appear.
I suppose I have to work with drop down menus. The first drop down menu has the values 'audi' and 'volvo'. When selecting 'audi' or 'volvo' a second drop down menu shows audi model1, audi model2 or volvo model1,volvo model2. When selecting one of this values you get the price.
Any ideas, hint ? Thank you.