left.asp

来自「天创商务网客户资源管理系统 v1,asp+Access,iis5」· ASP 代码 · 共 31 行

ASP
31
字号

<%
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 + =
减小字号Ctrl + -
显示快捷键?