javascript and dynamic select

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

javascript and dynamic select

Post by nigma »

I've got a list of products and each product has multiple flavors.

I'd like to set something up so that there are two select boxes, one for selecting the product, and a second for selecting the product flavor. So once the user selects a product depending on what flavors are available for that product the second select box populates with those flavors.

Can anyone provide an example or a link to an example of this being done?

Thanks for any help provided.
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post by nigma »

Last edited by nigma on Thu Aug 12, 2004 3:59 pm, edited 1 time in total.
ldomingues
Forum Commoner
Posts: 41
Joined: Fri Aug 06, 2004 1:15 pm
Location: Portugal

Post by ldomingues »

Post Reply