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

📄 leftmiddleframe.asp

📁 是一个电子商务网站的功能介绍
💻 ASP
字号:
<!--#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -