?? manage.asp
字號(hào):
<%
if session("admin")<>"ah" then
response.write "對(duì)不起!你的權(quán)限不夠.<a href='login.asp'>請(qǐng)登錄</a>后再操作"
response.end
end if
%>
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>后臺(tái)管理</title>
</head>
<frameset framespacing="0" border="0" rows="*,22%" frameborder="0">
<frame name="main" target="footnotes" src="top.asp">
<frame name="footnotes" src="end.asp" scrolling="auto" target="_self">
<noframes>
<body>
<p>此網(wǎng)頁使用了框架,但您的瀏覽器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -