insertstuinfor.jsp

来自「自己做的一份在线考试系统」· JSP 代码 · 共 34 行

JSP
34
字号
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="errorpage.jsp" %>
<html>
<head>
<title>添加学生信息</title>
<style type="text/css">
<!--
.STYLE1 {
	font-size: medium;
	color: #FF0000;
}
-->
</style>
</head>
<body>
<form id="insertForm" name="insertForm" method="post" action="insertStu-1.jsp">
  <p align="center">&nbsp;</p>
  <p align="center">&nbsp;</p>
  <p align="center"><strong>姓名:
    <input type="text" name="insertTextName" />
  </strong></p>
  <p align="center"><strong>学号:
    <input type="text" name="insertTextNum" />
  </strong></p>
  <p align="center"><strong> 密码</strong>:
    <input type="password" name="insertTextPassword" />
  </p>
  <p align="center">
    <input type="submit" name="Submit" value="提交" />
     <input type="reset" name="Submit2" value="重置" />
  </p>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?