Advertisement
Guest User

Html example

a guest
Jun 25th, 2019
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. <html>
  2.     <header><title>Formular</title></header>
  3.     <body>
  4.         <form method="GET" action="http://localhost:8080/MaServlet">
  5.             Text here: <input type="text" name="maText"/>
  6.             <input type="submit" name="maButton" value="Press me"/>
  7.         </form>
  8.     </body>
  9. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement