📄 top.asp
字号:
<!-- #include file="utility/check.asp" -->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理页面顶部</title>
<base target="contents">
<link rel="stylesheet" type="text/css" href="images/link.css">
</head>
<body topmargin="0" leftmargin="0" background="images/mainTop.jpg">
<table border="0" width="100%" id="table1" style="border-collapse: collapse">
<tr>
<td height="72"> </td>
</tr>
<tr>
<td> 欢迎您:<font color=red><%=Session("userName")%></font>,您当前级别为<font color=red><%=Session("userFlag")%></font></td>
</tr>
</table>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -