function checkForm(form){
var val = form.elements["nytt"].value;
if (val.length < 5){
alert("Måste bestå av minst 5 tecken");
return false;
}
return true;
}
<form onusbmit="return checkForm(this)"...
400 ms totalt · 4 externa anrop · v20260731065814-full.81e7e81c