Advertisement
Guest User

Zad

a guest
May 17th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.90 KB | None | 0 0
  1.           else if(k3){
  2.                 k1="chyba bardzo malo";
  3.             }
  4.            
  5.             document.getElementById("out").innerHTML="cos tam jakis glupi tekst i dane:"+(k+" "+zain+" "+k1);
  6.         }
  7.        
  8.        
  9.     </script>
  10.     <form>
  11.  Płeć:<br>
  12.        K <input type="radio" name="K" id="K">
  13.                 M<input type="radio" name="K" id="M"><br>
  14.        
  15.         Zainteresowania:<br> Infa <input type="checkbox" id="z1"><br>
  16.         Gry<input type="checkbox" id="z2"><br>
  17.          Zdanie szkoły<input type="checkbox" id="z3"><br>
  18.         Liczba mieszkańców:<br>
  19.         Dużo <input type="radio" name="xxx" id="x1">
  20.         mało<input type="radio" name="xxx" id="x2">
  21.         bardzo mało<input type="radio" name="xxx" id="x3">
  22.         <input type="button" value="Wyslij" onclick="x()">
  23.    
  24.  
  25.    
  26.        
  27.       </form>
  28.     <div id="out"></div>
  29.   </body>
  30.  
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement