Hi guys,
How can make my select boxe's content dynamicaly changed?
If I have (lets say 2 select boxes), and thier values are taken from the DB by while loop. How can I get the second select box values that are related to the first select boxt by just selecting a value from the first select box.
(i.e. the first select box have (Ferrari, Porsche, Jaguar) and the second select box is empty until I select a value from the first select box, (lets say I select Porsche) then the second select box automaticaly will have (911, 968, 959) values!!!
How can I achieve that?
How can make my select boxe's content dynamicaly changed?
If I have (lets say 2 select boxes), and thier values are taken from the DB by while loop. How can I get the second select box values that are related to the first select boxt by just selecting a value from the first select box.
(i.e. the first select box have (Ferrari, Porsche, Jaguar) and the second select box is empty until I select a value from the first select box, (lets say I select Porsche) then the second select box automaticaly will have (911, 968, 959) values!!!
How can I achieve that?