top.asp
来自「一套完整的学生课程管理系统」· ASP 代码 · 共 27 行
ASP
27 行
<!-- #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 + =
减小字号Ctrl + -
显示快捷键?