Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Automotive Year > Make > Model > Trim Navigation

New Here ,
Apr 10, 2010 Apr 10, 2010

I need to build a dynamic navigation input form...

Select "Year" from predefined choices >

to See List of available car manufacturers (Make)

Select "Make" from predefined choices >

to see list of predefined models for that manufacturer (Model)

Select "Trim" from predefined choices >

Where do I begin???

TOPICS
Server side applications
1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 10, 2010 Apr 10, 2010

>Where do I begin???

What do you have so far? Did you create/populate a database? Decide on scripting language? What type of experience do you have with SQL and programming/scripting languages?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 10, 2010 Apr 10, 2010

Good Question.

I'm a newbie. Been hobby programming for 30 days.

I have a Php/MySQL/Apache Localhost set up running.

The MySQL database has 2,500 plus individual Make, Model, Year, Trim, Engine, Trans, Drive,

Fuel, Charger, Engine, Cly, Doors, Type, Bed Length (Pick-Ups & Vans) and for Pick-up's Cab Size, Single/Dual Wheels.

I have it conected and dynamicly rendering query results to a web page. I can change the results in the table on the webpage but I have to manually update the SQL code in Dreamwaever to do so.

I'm looking at Spry but cant seem to find what I need. I need a 4 or more level tree to allow the casual viewer to search on any and all parameters in the table.

Instead of Pick-Up Truck, I want to enable my viewers to search on 1 Ton, 4x4, Crew-Cab, Long-Bed, Dually with a V8 Turbo diesel engine and a manual transmission.

I want to copy and expand on the typical make model year searches. Each lower input box in the tree has to change depending on the upstream input box selection. IE When you select "Ford", The Model Input Selection Box only lists Ford Models (Mustang)

I dont even know what to call what I want to do? Is it a Form? Where should I start?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 10, 2010 Apr 10, 2010

Search the web for "cascading drop down" or "dependent drop down"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 10, 2010 Apr 10, 2010
LATEST

Thank you. I will try that.

Barry

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines