2020 12 10

员工培训系统:

修改职称界面:

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<form action="sevelet?method=set&user=section" method="post" onsubmit="return chech(this)">
    <table align="center" width="450">
    <tr>
        <td align="center" width="450">
            <h2>设置部门参数</h2>
            <hr>
        </td>
    </tr>
        <td align="center">编号:</td>
        <td><input align="center" type="text" name="ID"/></td>
    </tr>
    <tr>
        <td align="center">名称:</td>
        <td><input type="text" name="name"/></td>
    </tr>
    <tr>
        <td align="center" colspan="2">
            <input type="submit" value="确认">
        </td>
    </tr>
    <tr align="center"><td><a href="user.jsp">注销</a></td></tr>
    <br>
    <tr align="center"><td><a href="setsection1.jsp">返回上一级</a></td></tr>
    <br>
    </table>
    </form>
</body>
</html>
原文地址:https://www.cnblogs.com/fuxw4971/p/14220340.html