leftmiddleframe.asp

来自「测试上除办公系统综合办公系统办公系统办公系统」· ASP 代码 · 共 53 行

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

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title></title>
<base target="_self">
<link rel="stylesheet" type="text/css" href="css.css">
</head>

<body topmargin="0" leftmargin="0" style="background-color: #799AE1">
<center>
<table  class=sec_menu  border="0" cellpadding="2" style="border-collapse: collapse"  bordercolor="#111111" width="181" id="AutoNumber1" height="110">
  <tr>
    <td height="17" width="71" align="left">&nbsp;姓&nbsp;&nbsp;&nbsp; 名:</td>
    <td height="17" width="100" align="left"><%=request.cookies("tname")%></td>
  </tr>
  <%  if session("isadmin")="1"  then  %>
 
 <tr>
    <td height="17" width="71" align="left">&nbsp;用&nbsp;户&nbsp;名:</td>
    <td height="17" width="100" align="left"><%=request.cookies("username")%></td>
  </tr>
 
  
  <% else %>
   
  <tr>
    <td height="18" width="71" align="left">&nbsp;准考证号:</td>
    <td height="18" width="100" align="left"><%=request.cookies("username")%></td>
  </tr>
  <tr>
    <td height="18" width="71" align="left">&nbsp;年&nbsp;&nbsp;&nbsp; 级:</td>
    <td height="18" width="100" align="left"><%=request.cookies("nianji")%></td>
  </tr>
  <tr>
    <td height="18" width="71" align="left">&nbsp;班&nbsp;&nbsp;&nbsp; 级:</td>
    <td height="18" width="100" align="left"><%=request.cookies("banji")%></td>
  </tr>
 
<%end if %>
  
  
  <tr>
    <td height="19" width="71" align="left">&nbsp;电子邮箱:</td>
    <td height="19" width="100" align="left"><a href="mailto:<%=request.cookies("email")%>"><%=request.cookies("email")%></a></td>
  </tr>
  </table>
</center>
</body>

</html>

⌨️ 快捷键说明

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