Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <div class="container">
  2.  
  3. <h2> Dodaj nowe dane o miescie: </h2>
  4. <div class="row">
  5. <form action="SqlServlet" method="post">
  6. <p>Nazwa <input type="text" name="Name"/></p>
  7. <p>Kod pocztowy<input type="text" name="CountryCode" maxlength="3"/></p>
  8. <p>Dzielnica <input type="text" name="District"/></p>
  9. <p>Populacja <input type="number" name="Population"/></p>
  10. <input type="submit" value="wyslij"/>
  11. </div>
  12. </form>
  13. <h2> Pokaż wszystkie miasta </h2>
  14. <a href="SqlServlet?get=show">Pokaż wszystkie miasta</a>
  15. </div>
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement