📄 leftmiddleframe.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"> 姓 名:</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"> 用 户 名:</td>
<td height="17" width="100" align="left"><%=request.cookies("username")%></td>
</tr>
<% else %>
<tr>
<td height="18" width="71" align="left"> 准考证号:</td>
<td height="18" width="100" align="left"><%=request.cookies("username")%></td>
</tr>
<tr>
<td height="18" width="71" align="left"> 年 级:</td>
<td height="18" width="100" align="left"><%=request.cookies("nianji")%></td>
</tr>
<tr>
<td height="18" width="71" align="left"> 班 级:</td>
<td height="18" width="100" align="left"><%=request.cookies("banji")%></td>
</tr>
<%end if %>
<tr>
<td height="19" width="71" align="left"> 电子邮箱:</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 + -