Guest User

Untitled

a guest
Mar 3rd, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <input type="submit" value="Uložit střídání" id="substitutions_save" Submit="return xyz()" style="margin-bottom:10px; margin-top:3px"/>
  2.  
  3. function xyz()
  4. {
  5.   if(document.getElementById('substitutions_save').value == "")
  6.   {
  7.     alert("Vyberte minutu stridani!");
  8.     return false;
  9.   }
  10.   return true;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment