risoloto:
codice:
<select name="zona" class="nero12" id="zona" onchange="if(this.options[this.selectedIndex].value=='zona 1') document.getElementById('nascosto2').style.display='none',document.getElementById('nascosto3').style.display='none',document.getElementById('nascosto1').style.display='block';if(this.options[this.selectedIndex].value=='zona 2') document.getElementById('nascosto3').style.display='none',document.getElementById('nascosto1').style.display='none',document.getElementById('nascosto2').style.display='block';if(this.options[this.selectedIndex].value=='zona 3') document.getElementById('nascosto1').style.display='none',document.getElementById('nascosto2').style.display='none',document.getElementById('nascosto3').style.display='block';if(this.options[this.selectedIndex].value=='0') document.getElementById('nascosto1').style.display='none',document.getElementById('nascosto3').style.display='none',document.getElementById('nascosto2').style.display='none';">