Advertisement
Guest User

To chc e uzyskać

a guest
Aug 4th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. </head>
  6. <body>
  7. <input id="input">
  8. <button>Dodaj input</button>
  9. <div style="margin: 20px" id="nowe"></div>
  10. <button onclick="document.getElementById('nowe').innerHtml = document.getElementById('input').value">Generuj</button>
  11. <script>
  12. // Tylko, że ja nie chce 1 inputa, a nieograniczoną ilość
  13. </script>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement