Facebook
From Idiotic Duck, 5 Years ago, written in HTML5.
This paste is a reply to Untitled from Bitty Marmoset - go back
Embed
Viewing differences between Untitled and Re: Untitled


Spr_form


function Sprawdz(form)

{
        if (form.nazw.value =='')
                {
                alert('Pole Nazwisko musi być wypełnone');
                form.nazw.focus();