function Validator(theForm) { if (theForm.isim.value == "" || theForm.isim.value.length < 3 || theForm.isim.value.length == "İsminiz") ...
Devamı