leftmiddleframe.asp
来自「网络考试系统最终备份」· ASP 代码 · 共 44 行
ASP
44 行
<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: #F1F1F1">
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td height="12" width="73"> 姓 名:</td>
<td width="465" height="12"><%=request.cookies("UserRName")%></td>
</tr>
<tr>
<td height="12"> 身 份:</td>
<td height="12"><%=request.cookies("RoleName")%></td>
</tr>
<tr>
<td height="12" width="73"> 帐 号:</td>
<td height="12"><%=request.cookies("accountid")%></td>
</tr>
<tr>
<td height="12" width="73"> 学 校:</td>
<td height="12"><%=request.cookies("CollegeName")%></td>
</tr>
<tr>
<td height="12" width="73"> 院系/部门:</td>
<td height="12"><%=request.cookies("DepName")%></td>
</tr>
<tr>
<td height="12" width="73"> 班级/职务:</td>
<td height="12"><%=request.cookies("classname")%></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?