jbxx0.jsp

来自「我是一个新手 这是我写的一个简单的教师信息管理系统 适合新手学习使用」· JSP 代码 · 共 126 行

JSP
126
字号
<%@ page contentType="text/html;charset=gb2312" %>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>基本信息</title>
</head>

<body bgcolor="#FFFFFF">

<div align="center">
  <center>
<form action="charu0.jsp" method="post">
  <table border="1" width="600" height="600" bgcolor="#EEF1ED" cellspacing="1">
    

    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 用 户 名:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="id" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 工作单位1:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="fullname" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 起始时间1:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="sex" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 结束时间1:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="idc" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 从事专业1:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="ct" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 职务1:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="marry" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 职称1:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="school" size="28"><font color="red"></td>
    </tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 工作单位2:</td>
      <td width="433"height="33"> 
        <INPUT type="text" name="fullname2" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 起始时间2:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="sex2" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 结束时间2:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="idc2" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 从事专业2:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="ct2" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 职务2:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="marry2" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 职称2:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="school2" size="28"><font color="red"></td>
    </tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 工作单位3:</td>
      <td width="433"height="33"> 
        <INPUT type="text" name="fullname3" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 起始时间3:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="sex3" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 结束时间3:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="idc3" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 从事专业3:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="ct3" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 职务3:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="marry3" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="154">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 职称3:</td>
      <td width="433"height="33"> 
      <INPUT type="text" name="school3" size="28"><font color="red"></td>
    </tr>



   
     
  </table>
  
<INPUT type="submit" value="       确定       " >
   </center>
</div>

</body>

</html>

⌨️ 快捷键说明

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