Hi,
I can not select a value after I uploaded a list,
the combo box I need to update a module
Hi,
loadXML loads xml asynchronously. Therefore, setComboValue should be called after xml loading:
z2.loadXML("…/stati/__stati_regioni.php",function(){
z2.setComboValue("<?php echo $id_regione_citta; ?>");
});