I am trying to build a auto fill address form, I have a db that convert to json with all the countries, then I want the next <select> box load the json from the php file mydb.php?action=1&id=MyCountryId.
I have the idea working with onchange and load it up from php/xml, but how I do it with dojo/json
<input dojoType="dijit.form.FilteringSelect" store="stateStore<?php echo $micro ?>" name="country" value="<?php echo $micro ?>">
Thanks,
Shlomo
