I am practising programming in JavaScript and I have found a problem that must be answered by some experts regarding drop-down
boxes.
The Scenario is:
I have a drop-down
box that gives some possible options for provinces and also a second one (town) which depends only on what is selected in the provinces drop-down
.
Is there a way in JavaScript that when I chose among provinces, the second drop-down
gives the options from the province selected?