jsp1.jsp~1~
上传用户:jhoneliu
上传日期:2022-07-31
资源大小:950k
文件大小:0k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html; charset=GB18030" %>
  2. <html>
  3. <head>
  4. <title>
  5. jsp1
  6. </title>
  7. </head>
  8. <body bgcolor="#ffffff">
  9. <h1>
  10. JBuilder Generated JSP
  11. </h1>
  12. <form method="post" action="jsp1.jsp">
  13. <br><br>
  14. <input type="submit" name="Submit" value="Submit">
  15. <input type="reset" value="Reset">
  16. </form>
  17. </body>
  18. </html>