|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 3/30/2010 9:37:05 AM
Posts: 1,
Visits: 3
|
|
Hi,
I have two combo boxes in which when the user selects certain items in both combo boxes, it determines whether I display a third combo box.
E.g.
If the user selects Yes to the first combo box which states ' Do you own a pet?' and the user selects Dog from the second combo box which states ' What pet do you own?' . A third combo box will appear stating 'Please choose breed?' with a list of dog breeds.
Can you give me any ideas how best to do this?
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/4/2010 11:46:12 PM
Posts: 2,
Visits: 1
|
|
You could setup a javascript change event listener on the combo box. When this event is triggered, you would then set the third combo box to visible and load it up with the content you want.
If you don't already, I would recommend using a javascript library like jQuery or ExtJS. It will take away a lot of the headache.
If you need anymore help, with anything, feel free to email me at t@thintz.com.
-Thomas Hintz
http://thintz.com
I also offer programming tutoring.
|
|
|
|