ho fatto cosi:
function checkform(){
var radioname = document.frmIns.modalitaPagamento
for(i=0; i<radioname.length; i++){
if (radioname[i].checked){
document.frmIns.submit();
return true;
} else {
alert("Scegliere almeno una bla....");
return false;
}
}
}
ma continua a darmi l'alert anche se seleziono un radio!!!
![]()

Rispondi quotando