Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if(rePrezime.test(ime)){
  2. podaci.push(prezime);
  3. document.getElementById("prezime").style.border="1px solid #CCC";
  4. }
  5. else{
  6. greske.push("Nije uneo prezime!");
  7. document.getElementById("prezime")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement