View Single Post
  #1 (permalink)  
Old Oct 12th, 2006, 13:25
phoenix211984 phoenix211984 is offline
New Member
Join Date: Sep 2006
Location: uk
Age: 24
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Dependant Drop-down Help

I have a PHP web page designed in dreamweaver mx 2004 that has 5 dependant dropdown menus.(from
mx widgets extension) that get data from a mysql database.

The dependant dropdowns are:
Make
Model
Spec
Job
Area

The job section has a list of Clutch, brakes, full service and so on.
Upon selecting Brakes from the JOB menu i have a hidden multiple selection field that should show with
four options that the user can choose from such as (Rear Brakes, Front Brakes and so on)

My problem is that i want the multiple selection field hidden unless the user selects BRAKES from the
JOB dropdown. At the moment it is showing when any job is chosen.

I would be grateful for any help. Thanks in advance.
Reply With Quote