PDA

View Full Version : Dynamic select box help


db_rufus
08-07-2003, 01:21 PM
I am fairly new to html and javascript and can't figure out how to do this, if it can be done. When my page loads I want select box number 2 to be filled with X number of options(X will be huge). When someone chooses an option in select box 1, I want only the subset of X that relates to their choice to appear in select box number 2. They can also select multiple options from select box one. Please help.

Vincent Puglia
08-07-2003, 05:25 PM
Hi,

See the 'Cascading Selects' scripts/tutorials at my site (GrassBlade). If after reading them, you still have problems, post some code.

Vinny

db_rufus
08-08-2003, 07:54 AM
Thank you.