top.asp
来自「网上报名系统!用于 电脑学校(院)」· ASP 代码 · 共 26 行
ASP
26 行
<%
if not session("check")=1 then
response.Redirect"../index.asp"
else
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="../css/index.css" rel="stylesheet" type="text/css">
<link href="../css/alink.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#34A6DC">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="94%"><span class="wen2">网上报名系统</span></td>
<td width="6%"><a href="../logon.asp" target="_top"><div id="a1">退出</div></a></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?