TheBlueDog
Technical User
I am programming in CF and have 2 drop down lists on one page which both contain I pull from an every-changing database. Although drop down list 1 is pretty small, drop down list 2 is very large and I would like to limit the contents of this long list based on what the user chooses for drop down list 1. (Common example would be choose cities based on a country chosen rather than showing all cities in the database regardless of the country chosen). I can do this of course submitting list 1 and then building list 2 on a page load, but I have too many multiple submissions already and would like to limit my list on the selection of list 1 without reloading.
I have seen some javascript where the values are hardcoded, has anyone built this using database-culled data instead?
Thanks for your help, my whole application will substantially improve if I can make this work!!
I have seen some javascript where the values are hardcoded, has anyone built this using database-culled data instead?
Thanks for your help, my whole application will substantially improve if I can make this work!!