function noweokno(url, width, height) { Nowe=window.open("","","toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,height="+height+",width="+width); Nowe.document.write("
"); Nowe.focus(); }; function sprawdz() { if(document.formularz.komentarz.value.length) { document.formularz.submit(); } else { alert('Przed wysłaniem formularza - wpisz komentarz'); } }