function zkontroluj_email(adresa) { re = /^[^.]+(\.[^.]+)*@([^.]+[.])+[a-z]{2,4}$/; return adresa.search(re) == 0; } function FORM_PRISPEVOK_onsubmit() { if (document.FORM_PRISPEVOK.meno.value == "") { document.FORM_PRISPEVOK.meno.focus(); alert("Please enter your name!"); return false; } var em = document.FORM_PRISPEVOK.email.value; if (em != "") if (!zkontroluj_email(em)) { document.FORM_PRISPEVOK.email.focus(); alert("Incorrect email address"); return false; } if (document.FORM_PRISPEVOK.predmet.value == "") { document.FORM_PRISPEVOK.predmet.focus(); alert("Please enter a subject!"); return false; } if (document.FORM_PRISPEVOK.prispevok.value == "") { document.FORM_PRISPEVOK.prispevok.focus(); alert("Please enter a text!"); return false; } return true; } var okno = null; function HideWindow() { if (okno!=null) if (typeof(okno.document) == "object") okno.close(); } function otvor(par1,par2,par3) { okno = window.open(par1,par2,"height=150, width=350"); } onFocus=HideWindow(); document.write('');document.write('
');document.write('Tato diskusia bola docasne zastavena

Informujte sa u autora tejto stranky.

');document.write('
');