index_top.asp

来自「这是一个学生毕业时做的教务系统」· ASP 代码 · 共 29 行

ASP
29
字号
<!--#include file="conn.asp" -->
<%
IF not(Session("KEY")="super" or session("KEY")="check" or Session("KEY")="input") THEN
response.redirect "login.asp"
response.end
END IF
%>
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>top</title>
<base target="contents">
<LINK href=site.css rel=stylesheet>
</head>

<body style="font-size: 9pt" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFF00" bgcolor="#FFFFFF" leftmargin="0" topmargin="0">

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr bgcolor="#3A5C9F">
<td width="385" class="unnamed1" height="17" align="left"> <font color="#FFFFFF" size="2"><a href="../default.asp" target="_top"> 返回主页</a></font></td>
<td width="386" class="unnamed1" height="17" align="right"> <font color="#FFFFFF" size="2"><a href="login.asp" target="_top">重新登陆</a></font></td>
<td width="10" valign="bottom" align="right" height="17">&nbsp;</td>
</tr>
</table>
</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?