Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=BIG5">
  5. <title>Insert title here</title>
  6. </head>
  7. <body>
  8.  
  9. <FORM action="helloWorldServlet" method="post">
  10.     Your name: <INPUT type="text" name="name"><BR>
  11. <INPUT type="submit" value="Send"></FORM>
  12. </body>
  13. </html>