prova così:
da attivare così:codice:function checkIt(indice) { document.nomeform.elements["nomecheckbox"+indice].checked=true; }
ciaocodice:<select name="n_stelle" id="n_stelle" onChange="checkIt(this.options[this.selectedIndex].value);">
prova così:
da attivare così:codice:function checkIt(indice) { document.nomeform.elements["nomecheckbox"+indice].checked=true; }
ciaocodice:<select name="n_stelle" id="n_stelle" onChange="checkIt(this.options[this.selectedIndex].value);">