📄 up.asp
字号:
<%if session("admin")="" then
response.write"你没有登陆或是非法用户!<meta http-equiv=refresh content='1;url=../index.asp'>"
response.End()
end if%><link href=../style.css rel=stylesheet type=text/css>
<style type="text/css">
<!--
body {
background-color: #99CC00;
}
-->
</style><table width="31%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#999999">
<tr>
<td bgcolor="#99CC00"><font style="font-size:14px">管理菜单:<a href="adminadmin.asp" target="down">管理员</a> <a href="adminperson.asp" target="down">用户</a> <a href="adminassort.asp" target="down">问题分类</a> <a href="adminquestion.asp" target="down">问题</a> <a href="adminreply.asp" target="down">答复</a> <a href="adminlogout.asp" target="_top">退出</a></font></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -