eminsert.jsp~1~
来自「销售管理系统 随着我国国民经济的持续发展」· JSP~1~ 代码 · 共 75 行
JSP~1~
75 行
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>员工注册</title>
<script src="../Js/js.js"></script>
</head>
<link href="../css/style.css" rel="stylesheet" type="text/css">
<body>
<div align="center">
<p> </p>
<p><strong>员工注册</strong></p>
<form name="form" method="post" action="../managerservlet?method=0" onSubmit="return register()">
<table width="337" border="1" cellspacing="0" cellpadding="0">
<tr align="center">
<td width="98" height="31" scope="row">账号</td>
<td width="233"><input type="text" name="accouts"></td>
</tr>
<tr align="center">
<td height="31" scope="row">密码</td>
<td><input type="password" name="passwordOne"></td>
</tr>
<tr align="center">
<td height="31" scope="row">请再输入密码</td>
<td><input type="password" name="passwordTwo"></td>
</tr>
<tr align="center">
<td height="31" scope="row">姓名</td>
<td><input type="text" name="name"></td>
</tr>
<tr align="center">
<td height="31" scope="row">性别</td>
<td><input type="radio" name="sex" value="男" checked>
男
<input name="sex" type="radio" value="女">
女 </td>
</tr>
<tr align="center">
<td height="31" scope="row">年龄</td>
<td><input name="age" type="text">
</td>
</tr>
<tr align="center">
<td height="31" scope="row">出生日期</td>
<td><input type="text" name="birthday"></td>
</tr>
<tr align="center">
<td height="31" scope="row">职务</td>
<td>
<select name="profession">
<option value="">请选择</option>
</select>
</td>
</tr>
<tr align="center">
<td height="31" scope="row">毕业学校</td>
<td><input type="text" name="school"></td>
</tr>
<tr>
<td height="27" colspan="2"><div align="center" ><font color="#FF0000"><b>注意:按格式填写出生日期,例如:1988-4-17</b></font></div></td>
</tr>
</table>
<p>
<input type="submit" name="Submit2" value="提交">
<input type="reset" name="Submit" value="重置">
<input type="button" name="Submit3" value="返回" onclick="javascript:history.back();">
</p>
</form>
<p><strong></strong></p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?