📄 index_top.asp
字号:
<!--#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"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -