function checkCheckBox() {
if (ChkAccetto.checked == false)
{
alert ('è obbligatorio accettare i termini e le condizioni');
return false;
}
else
{
return true;
}
}
Non credevo mi desse problemi... ho anche cambiato il submit in button ma non è servito...

Rispondi quotando