scusa, dovresti postare anche come richiami la funzione, unitamente a tutto il form in oggetto.Originariamente inviato da waitec401
ho provato anche così ma non fa nulla rimangono vuoticodice:function checkTutti() { with (document.modulo) { for (var i=0; i < 11; i++) { if (elements[i].type == 'checkbox' && elements[i].name == ['cb'+i]) elements[i].checked = true; } } }