hey guys, i got a question which stuck my brain few days and here is it.
i studies some drop down list tutorial but some how i still have no idea to generate a three level drop down list by which value of the drop down list is dynamic, mean which value is retrieve from DB but not set by static.
Here is my case:
I developing a car rental web system. I need to prompt user input the car tranmission, car model, and car plate no, so i wish to done this in drop down list form. Means, user firstly select the 1st drop down list, to select the car transmission mode for example manual, base on the transmission type, the 2nd drop down list will only show the car model which have manual mode, after the user selected the car model, lets said Lotus, the last drop down list will only show the car plate no which is lotus model and manual mode.
Any 1 have idea or have any reference can share with me ? appretiate your help, TQ
(P/S: im write my system in JSP n MySQL)