cmq ho risolto così:
Codice PHP:
//Effettua il controllo tipologia sistemazione2
else if ( (document.modulo_add_struttura.tipo_sistem_2.value != "") && ( (document.modulo_add_struttura.pz_min2.value == "") && (document.modulo_add_struttura.pz_max2.value == "") && (document.modulo_add_struttura.pz_min2_set.value == "") && (document.modulo_add_struttura.pz_max2_set.value == "") )) {
alert("Impostare almeno un campo prezzo! Per tipologia sistemazione n°2");
document.modulo_add_struttura.tipo_sistem_2.focus();
return false;
}
sembra funzionare ...