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