?? emp_add.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無標題文檔</title>
</head>
<body>
<center>
<form name="frm" action="">
<table width="333" border="0">
<tr>
<th colspan="2" scope="col">員工添加</th>
</tr>
<tr>
<th width="140" scope="row">部門ID</th>
<td width="266">
<input type="text" name="deptId" /> </td>
</tr>
<tr>
<th scope="row">姓名</th>
<td>
<input type="text" name="emptName" /> </td>
</tr>
<tr>
<th scope="row">性別</th>
<td><select name="gender">
<option selected="selected">男</option>
<option>女</option>
</select>
</td>
</tr>
<tr>
<th scope="row">年齡</th>
<td>
<input type="text" name="age" /> </td>
</tr>
<tr>
<th scope="row">身份證號</th>
<td><input type="text" name="idCard" /></td>
</tr>
<tr>
<th scope="row">政治面貌</th>
<td><input type="text" name="party" /></td>
</tr>
<tr>
<th scope="row">畢業院校</th>
<td><input type="text" name="school" /></td>
</tr>
<tr>
<th scope="row">專業</th>
<td><input type="text" name="major" /></td>
</tr>
<tr>
<th scope="row">職稱</th>
<td><input type="text" name="title" /></td>
</tr>
<tr>
<th scope="row">職位</th>
<td><input type="text" name="post" /></td>
</tr>
<tr>
<th colspan="2" scope="row"><input type="submit" name="Submit" value="提交" />
<input type="reset" name="Submit2" value="重置" /></th>
</tr>
</table>
</form>
</center>
</body>
</html>
<script language="javascript">
</script>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -