- <%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
- <html>
- <head>
- <title>测试页</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- </head>
- <body>
- <form name="form1" method="post" action="bookCaseAction.do">
- <input type="submit" name="Submit" value="Submit">
- </form>
- </body>
- </html>