gsly1.asp

来自「学生成绩管理是学校管理的重要组成部分。成绩不仅关系到学生成绩升迁」· ASP 代码 · 共 58 行

ASP
58
字号
<!--#include file="conn.asp"-->

<%
 xh=request("xh")
 bjbh=request("bjbh")
fnb=request("fnb")

  
 
  if Session.Contents("xh")=xh or Session.Contents("dm")=xh or Session.Contents("gws")=true then

  
%>

<body bgcolor="#FFFFFF" text="#000000" background="bg01.gif">


     <center>

    <font size="4" color="#FF0000">请输入要留言同学的学号</font> </p>
    <p>
    <div align="center">
      </center>



<form action=gsly.asp?bjbh=<%=bjbh%> method=post>

   <input type=hidden name="snb"value="学生">   
       <input type=hidden name="fnb"value="<%=fnb%>">    

       <input type=hidden name="xh"value="<%=xh%>">    
     
  <table width=406 cellpadding=4 cellspacing=1 bgcolor=#ff0000 align=center height="20">
     <tr bgcolor=#FFcccc>
    <td align=center width=100 height="1">学号
    <td height="1" width="287"><input type=text name="sxh" size=20 maxlength=20 class=i>&nbsp;&nbsp;<font size="2">*&nbsp;20个字符以内 
    </font>
   </table>
   <br>
   <center>
   <input type=submit value="提交">&nbsp;&nbsp;&nbsp; <input type=reset value="清除">
  </center>
    </form>
 
    
   </body>
</html>

<%
else
  %>
  <body background="bg01.gif">
<p align="center">请重新登录!
<%
     
end if
%>

⌨️ 快捷键说明

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