reload select itens
reload select itens
![erickmt](https://secure.gravatar.com/avatar/82becbaf9e6b7f5243e5f417eb1ba158/?default=https%3A%2F%2Fvanillicon.com%2F82becbaf9e6b7f5243e5f417eb1ba158_200.png&rating=g&size=120)
How can I load a select list based on an other select list.
Example:
I have a state list and would like to load the city list based on state list, can I do that?
This discussion has been closed.
How can I load a select list based on an other select list.
Example:
I have a state list and would like to load the city list based on state list, can I do that?
Replies
Do a google search. There are plenty examples of dependent select boxes using AJAX to update the child list based on what the parent is set at.
Have a look at this blog post which describes how it can be done.
Allan
That is it. Thank you