📄 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="160" 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="70" align="left">身份证:</td>
<td height="18" width="80" align="left"><%=request.cookies("sfzhm")%></td>
</tr>
<%end if %>
<tr>
<td height="19" width="50" align="left">地址邮编:</td>
<td height="19" width="85" align="left"><%=request.cookies("email")%></td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -