Facebook
From Idiotic Duck, 6 Years ago, written in HTML5.
This paste is a reply to Untitled from Bitty Marmoset - view diff
Embed
Download Paste or View Raw
Hits: 440
  1. <title>Spr_form</title>
  2. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  3. <script type="text/javascript">
  4. function Sprawdz(form)
  5.  
  6. {
  7.         if (form.nazw.value =='')
  8.                 {
  9.                 alert('Pole Nazwisko musi być wypełnone');
  10.                 form.nazw.focus();