regist.jsp 660 B

12345678910111213141516171819202122
  1. <%--
  2. Created by IntelliJ IDEA.
  3. User: x'b'w
  4. Date: 2021/6/29
  5. Time: 15:06
  6. To change this template use File | Settings | File Templates.
  7. --%>
  8. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  9. <html>
  10. <head>
  11. <title>$Title$</title>
  12. </head>
  13. <body>
  14. <form action="http://localhost:8091/tmp_war_exploded/registServlet" method="get">
  15. 用户名:<input type="text" name="username" ><br>
  16. 验证码:<input type="text" name="code" style="width: 50px">
  17. <img src="http://localhost:8091/tmp_war_exploded/kaptcha.jpg" style="width: 100px;height: 28px"><br>
  18. <input type="submit" value="登录">
  19. </form>
  20. </body>
  21. </html>