// var radiobutton=document.theform.radiobutton.value;
if (!document.theform.radiobutton[0].checked && !document.theform.radiobutton[1].checked) {
alert("Sei studente ?")
document.theform.radiobutton[0].focus()
return false
}
}
// var radiobutton=document.theform.radiobutton.value;
if (!document.theform.radiobutton[0].checked && !document.theform.radiobutton[1].checked) {
alert("Sei studente ?")
document.theform.radiobutton[0].focus()
return false
}
}