Here is what I'm working with. I have a list of countries, and dependent on the country, I want to populate a drop down box that will hold that countries states or provinces. Of course when the country changes so will the options that are populated in the drop down box. I currently have a JSON object that holds the country and it states. I had done something like this before but could never get the javascript to act right, so I figured I would come to the community boards and seek advice. I will post code as I rebuild it so that you can see where I'm coming from.