⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jbxx.jsp

📁 我是一个新手 这是我写的一个简单的教师信息管理系统 适合新手学习使用
💻 JSP
字号:
<%@ 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="charu.jsp" method="post">
  <table border="1" width="600" height="600" bgcolor="#EEF1ED" cellspacing="1">
    

    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 用 户 名:</td>
      <td width="443"height="33"> <INPUT type="text" name="id" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 姓&nbsp;&nbsp;&nbsp; 
        名:</td>
      <td width="443"height="33"> <INPUT type="text" name="fullname" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 性&nbsp;&nbsp;&nbsp; 
        别:</td>
      <td width="443"height="33"> <INPUT type="text" name="sex" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 身份证号:</td>
      <td width="443"height="33"> <INPUT type="text" name="idc" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 出生日期:</td>
      <td width="443"height="33"> <INPUT type="text" name="ct" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 婚姻状况:</td>
      <td width="443"height="33"> <INPUT type="text" name="marry" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 毕业学校:</td>
      <td width="443"height="33"> <INPUT type="text" name="school" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 所学专业:</td>
      <td width="443"height="33"> <INPUT type="text" name="zy" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 最后学历:</td>
      <td width="443"height="33"> <INPUT type="text" name="xl" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp; 已获最高学位:</td>
      <td width="443"height="33"> <INPUT type="text" name="xw" size="28"><font color="red"> </td>
    </tr>
    <tr>
      <td width="141">&nbsp;获最高学位时间:</td>
      <td width="443"height="33"> <INPUT type="text" name="time" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 工作时间:</td>
      <td width="443"height="33"> <INPUT type="text" name="wtime" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 工作单位:</td>
      <td width="443"height="33"> <INPUT type="text" name="work" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 职&nbsp;&nbsp;&nbsp; 
        务:</td>
      <td width="443"height="33"> <INPUT type="text" name="zw" size="28"><font color="red"> </td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 职&nbsp;&nbsp;&nbsp; 
        称:</td>
      <td width="443"height="33"> <INPUT type="text" name="zc" size="28"><font color="red"> </td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 从事专业:</td>
      <td width="443"height="33"> <INPUT type="text" name="sy" size="28"><font color="red"> </td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 通信地址:</td>
      <td width="443"height="33"> <INPUT type="text" name="tx" size="28"><font color="red"> </td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 邮&nbsp;&nbsp;&nbsp; 
        编:</td>
      <td width="443"height="33"> <INPUT type="text" name="yb" size="28"><font color="red"></td>
    </tr>
    <tr>
      <td width="141">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 电子邮箱:</td>
      <td width="443"height="33"> <INPUT type="text" name="Email" size="28"><font color="red"></td>
    </tr>
    
  </table>
  
<INPUT type="submit" value="       确定       " >
   </center>
</form>
</div>

</body>

</html>

⌨️ 快捷键说明

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