📄 left.asp
字号:
<%
if session("fishinfire") = "" then
Response.Redirect "login.asp"
Response.End
end if
%><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>信息反馈</title>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FF9900" topmargin="0">
<table width="100%" height="188" border="0" cellpadding="10" cellspacing="0">
<tr>
<td align="center"><strong> 管理界面</strong></td>
</tr>
<tr>
<td align="center"><a href="adminedit.asp" target="mainFrame">留言管理</a></td>
</tr>
<tr>
<td align="center"><a href="modify.asp" target="mainFrame">管理设置</a></td>
</tr>
<tr>
<td align="center"><a href="logout.asp" target="_parent">退出管理</a></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -