 function sprawdz_logowanie () { if (!spr_mail ("mail")) return false; var haslo=document.getElementById ("haslo"); if (haslo.value.length==0) { alert ("Podaj swoje hasło"); haslo.focus (); return false; } return true; } 
