Page 1 of 1

Dynamic List

Posted: Mon Oct 18, 2004 8:40 pm
by Kingo
Hello,
I want to implement the following. Any ideas are really appreciated.
I 'm building a web site with the following features.
I have a database with Vehilce Year, Make, Model etc.
Initially only the year list box should be displayed. When the user selects a year a list box below it should be displayed with the "Make" and when the user selects the "Make", the model for that Make should be displayed in the list box below it.
I have never done this before. Any ideas are really appreciated.

Thanx in advance.

Posted: Mon Oct 18, 2004 9:05 pm
by evilmonkey
Hello Kingo. A good thing to have would be a backend database, or else a datafile. Each time the user selects a make, the page is refresed with the drop-down list for the corresponding models. Not too difficult to make, but it does require some work witht he db setup.

Good luck!