Drop down list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi to all
i have two drop down list when i select a certain item in the first one i
load items to second one
but when i select first item in first list no action is make why ??
any ideas??
 
The first item in the drop-down is selected by default. So, selecting it
again is not really a change in selection. So, after filling the first
drop-down, you may also want to fill the second one.

Hi to all
i have two drop down list when i select a certain item in the first one i
load items to second one
but when i select first item in first list no action is make why ??
any ideas??
 
You could also insert an empty value into the first dropdown list and
have it as the value that is selected. After the user clicks on an
item in the first dropdown, then populate the second dropdown with the
appropriate values.

crjunk
 
Back
Top