ciaocodice:function prova() { var f=document.formord; var valore=f.sel1.value; for(var n=0;n<f.sel3.options.length;n++){ if(f.sel3.options[n].value==valore){ f.sel3.selectedIndex=n; break; } } }
ciaocodice:function prova() { var f=document.formord; var valore=f.sel1.value; for(var n=0;n<f.sel3.options.length;n++){ if(f.sel3.options[n].value==valore){ f.sel3.selectedIndex=n; break; } } }