G
Guest
I am trying to create a page that will allow users to view information from
an excel spreadsheet that contains information about cars (make, model, year,
and other information). I have a drop down list that gets 'distinct' makes
(Ford, Toyota, etc.) from the spreadsheet. I want to allow the user to click
on an item in the drop-down box (e.x. Ford). When they click the item, I
want to display the next drop down box that shows the Models associated with
the Make. When they click the Model, I want to show the years associated
with the Make and Model. Then when they click the year, I want to show the
table of information (part numbers, description, etc). I'm would prefer to
do as much as possible on the same page if possible.
Any help would be appreciated.
Tom
an excel spreadsheet that contains information about cars (make, model, year,
and other information). I have a drop down list that gets 'distinct' makes
(Ford, Toyota, etc.) from the spreadsheet. I want to allow the user to click
on an item in the drop-down box (e.x. Ford). When they click the item, I
want to display the next drop down box that shows the Models associated with
the Make. When they click the Model, I want to show the years associated
with the Make and Model. Then when they click the year, I want to show the
table of information (part numbers, description, etc). I'm would prefer to
do as much as possible on the same page if possible.
Any help would be appreciated.
Tom