function getCaptchaValue () { return(344); } function chkFormular () { if (document.post.Name.value == "") { alert("Stranger - verrat wer Du bist!"); document.post.Name.focus(); return false; } if ((document.post.Captcha.value != getCaptchaValue()) && (document.post.Captcha.value != (getCaptchaValue()+1))) { alert("War wohl nix mit der richtigen Proloperiode, versuchs doch nochmal!"); document.post.Name.focus(); return false; } if (document.post.subject.value == "") { document.post.subject.value = "heut hab ich nix eingetragen ..." return false; } } function chkFormular_postfp () { if (document.postfp.Name.value == "") { alert("Stranger - verrat wer Du bist!"); document.postfp.Name.focus(); return false; } if ((document.postfp.Captcha.value != getCaptchaValue()) && (document.postfp.Captcha.value != (getCaptchaValue()+1))) { alert("War wohl nix mit der richtigen Proloperiode, versuchs doch nochmal!!"); document.postfp.Name.focus(); return false; } }