Dynamic dropdown without changing context
Posted: Fri Feb 22, 2008 11:35 am
I have two html dropdown controls on an php intranet project. How can I get the second one to change when the user makes a new selection from the first one without changing the current screen context please?
For example, the first select list is, say,
short box
long box
big box
small box
and the second select list for the first item (short box - the default) is
red
blue
green
but by selecting 'long box' from the first select list the second select list is now
black
purple
yellow
orange
without the rest of the screen changing.
For example, the first select list is, say,
short box
long box
big box
small box
and the second select list for the first item (short box - the default) is
red
blue
green
but by selecting 'long box' from the first select list the second select list is now
black
purple
yellow
orange
without the rest of the screen changing.