⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gl.asp

📁 有相关的置顶
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
'#################################################################
'# 程序名称:随缘网络留言本 V1.0
'# 授权方式:免费软件
'# 作者:随缘网络  QQ:84723090
'# 演示及技术支持:http://www.115cn.cn/book
'# 发布时间:2007-8-8
'# 声明:本程序由随缘网络独立自主开发,保留所有版权。
'# 各种用途均可免费使用、自由传播,但必须保留程序代码中的版权信息。
'#################################################################
%>
<%
  if session("user")=""  then
      response.redirect "login.asp"
	  response.end
  end if
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<LINK href="css.css" type=text/css rel=stylesheet>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>留言管理</title>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
.gray{color:#818a89}-->
</style>
</head>

<body topmargin="0" leftmargin="0" >
<table width="75%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr bgcolor="#FFFFFF"> 
<table border="1" width="100%" cellspacing="0" cellpadding="0" id="table1" height="370">
	<tr>
		<td width="180" valign="top">
		<table border="1" width="100%" cellspacing="1" id="table2" bordercolor="#0099CC" height="275">
			<tr>
				<td height="40" bgcolor="#0099CC">
				<p align="center"><font color="#FFFFFF"><b>随缘留言本后台管理</b></font></td>
			</tr>
			<tr>
				<td height="30" align="center"><a target="main" href="glsy.asp">
				后台首页</a></td>
			</tr>
			<tr>
				<td height="30" align="center"><a target="main" href="qj.asp">
				留言管理</a></td>
			</tr>
			<tr>
				<td height="30" align="center"><a target="main" href="hf.asp">
				详细模式</a></td>
			</tr>
			<tr>
				<td height="30" align="center"><a target="main" href="pz.asp">
				留言配置</a></td>
			</tr>
			<tr>
				<td height="30" align="center">
				<a target="main" href="admin.asp">密码修改</a></td>
			</tr>
			<tr>
				<td height="30" align="center">
				<a target="main" href="addgg.asp">添加公告</a></td>
			</tr>
			<tr>
				<td height="30" align="center">&nbsp;<a target="main" href="login.asp?logout=ture">退出系统</a></td>
			</tr>
			<tr>
				<td height="44" align="center" bgcolor="#0099CC">
				<font color="#FFFFFF"><b>
				<a target="_blank" href="http://www.115cn.cn">
				<font color="#FFFFFF">随缘网络</font><small><span style="font-size: 12px"><font color="#FFFFFF">科技</font></span></small></a><small><span style="font-size: 12px">
				</span>&copy; 2007</small></b></font></td>
			</tr>
		</table>
		</td>
		<td valign="top">
		<iframe name="main" marginwidth="1" marginheight="1" width="99%" height="568" src="glsy.asp" border="1" frameborder="1">
		浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
	</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -