Hi,
I am using javascript, html and
servlet.
My requirement is :-
On the vehicle information form , i will ask the dealer to select make, model.When the user selects the make say Toyota then the models will be displayed in second box as Corolla, Camry etc. The requirement is that i must be able to select the data according to the database but not directly from the database. The make and model can be stored as two dimensional array in an external .js file which has the same data as database and i must be able to somehow show the data from the .js file. When the dealer adds a new make and model to the system and presses Submit , the data will be updated in the .js file and the database. Next time when the page is shown, the user must be able to see all the makes and models as in the database.
Can somebody please help me with this? Some example will be of great help.
Thanks in advance,
Salima