Advertisement
Guest User

Untitled

a guest
Nov 5th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function sprawdz(){
  2. zaq=document.getElementById('haslo').value;
  3. wyn='';
  4. alf='qwertyuioplkjhgfdsazxcvbnm';
  5. qet=0;
  6. for (i=0; i<=10; i+=2){
  7.     get+=10;
  8.     wyn+=alf.charAt(qet+i);
  9.     qet++;}
  10.     wyn+=eval(ax*bx*cx);
  11.     if (wyn==zaq) {
  12.         self.location.href=wyn+'.htm';} else {alert('Zle haslo!');
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement