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

📄 jsxg.asp

📁 学生成绩管理是学校管理的重要组成部分。成绩不仅关系到学生成绩升迁
💻 ASP
字号:

<!--#include file="conn.asp"-->
<%
 

  if Session.Contents("gws")<>true then
 %>
<!--#include file="gly.asp"-->
<%  
else

 dm=request("dm")
 
   dim rs
 dim sql
  set rs=server.createobject("adodb.recordset")

 sql="select * from jsxxb where dm='" + dm + "'"
 rs.open sql,conn,3,3
 


%>


<html>
 <head>
  <title>修改教师资料--龚文生</title>
  </head>
 <body topmargin=0 leftmargin=0 rightmargin=0 bgcolor="#fef4d9" background="bg01.gif">
    <p>
  <center><font face="华文行楷" size="6" color="#FF0000"><b>修改教师资料</b></font>
 <form action=jsxgxg.asp?dm=<%=rs("dm")%> method=post>
  <table width=754 cellspacing=1 bgcolor=#ff0000 height="85" bordercolorlight="#FF0000" border="1">
     <tr bgcolor=#FFcccc>
    <td align=center width=410 height="1">教师代码
    <td height="1" width="502">
  &nbsp;&nbsp;<%=rs("dm")%>&nbsp;&nbsp;<cite><font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;不能修改</font></cite><tr bgcolor=#FFcccc>
    <td align=center width=410 height="2">姓名
    <td height="2" width="502"><input type=text name="xm" size=10 maxlength=20 class=i value="<%=rs("xm")%>">&nbsp;&nbsp;<font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 不大于5个汉字</font>
   <tr bgcolor=#FFcccc>
       <td align=center width=410 height="1">性别
       <%
    xb=rs("xb")
    if xb="男" then
    %>
    <td height="1" width="502"><input type=radio name="xb" value="男" checked>男&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type=radio name="xb" value="女">女
    <%   
    else
    %>
    <td height="1" width="502"><input type=radio name="xb" value="男">男&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type=radio name="xb" value="女" checked>女
    <%
    end if
    %>
    
            
     <tr bgcolor=#FFcccc>
    <td align=center width=410 height="19">部门
            <td height="19" width="502"><input type=text name="bm" size=30 maxlength=30 class=i value="<%=rs("bm")%>"><font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  不大于15个汉字</font>
  
    <tr bgcolor=#FFcccc>
    <td align=center width=410 height="19">出生时间<td height="19" width="502"><input type=text name="csny" size=20 maxlength=20 class=i value="<%=rs("csny")%>"><font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;格式 
    1980-04-23</font>
    
         
  <tr bgcolor=#FFcccc>
    <td align=center width=410 height="19">学历<td height="19" width="502">
    <input type=text name="xl" size=10 maxlength=20 class=i value="<%=rs("xl")%>"><cite><font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10个汉字以内</font></cite><tr bgcolor=#FFcccc>
    <td align=center width=410 height="19">职称<td height="19" width="502">
    <input type=text name="zc" size=10 maxlength=20 class=i value="<%=rs("zc")%>">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<cite><font size="2">10个汉字以内</font></cite><tr bgcolor=#FFcccc>
    <td align=center width=410 height="19">密码
        <td height="19" width="502"><input type=text name="mm" size=20 maxlength=20 class=i value="<%=rs("mm")%>"><font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  20个字符以内</font>
        
          </center>

     
   
   
   
   
   
 
  <tr bgcolor=#FFcccc>

      <td align=center width=410 height="14">个人简介      
      <td height="14" width="653" align="center">
      <p align="center">
      <font size="2">
      <textarea wrap="off" rows="18" name="jj" cols="89"><%=rs("jj")%></textarea> 最多30000个汉字</font></center>

      </td>
</tr>
  </table>
  
     </center>
  </div>
  
     </center>
  </div>
  <center>
  <p>
  <input type=submit value="提交">&nbsp;&nbsp;&nbsp; <input type=reset value="清除">
  </p>

  </center>
    </form>
   </body>
</html>

     <%
end if
%>

⌨️ 快捷键说明

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