?? top.asp
字號:
<%
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -