Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <%@ page language="java" contentType="text/html; charset=BIG5"
  2.     pageEncoding="BIG5"%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=BIG5">
  7. <title>Insert title here</title>
  8. </head>
  9. <body>
  10. <%
  11. String name = request.getParameter("name");
  12. out.println("Hello "+ name);
  13. %>
  14. </body>
  15. </html>