admin_ok.asp

来自「9seek 留言本源代码5.0版」· ASP 代码 · 共 37 行

ASP
37
字号
<!--#include file="conn.asp"-->
<!--#include file=const.asp -->
<%
connclose()
%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="refresh" content="5;url=index.asp">
<META name="Author" content="木鸟">
<title><%=sitetitle%></title>
<link rel="stylesheet" href="style/<%=skin%>.css" type="text/css">
</head>

<body>
<!--#include file="head.asp"-->
      
<br>
<table class=table004 border="0" width="400" cellspacing="0" cellpadding="10" bordercolorlight="#000000" bordercolordark="#FFFFFF" align="center">
 <tr> 
  <td width="100%" class="table001"> 
   <p align="center" style="line-height: 200%"><font color="#FF0000"><b>留 言 管 
	理 O K !!!</b></font><br>
	欢迎斑竹回来工作,等了你好久!!!<br>
	系统将在 <font color="#FF0000"><b>5</b></font> 秒后自动转到留言首页!<br>
	您也可以直接点击下面链接返回!!!</p>
   <p align="center">::: <a href="index.asp">返 回 留 言 首 页 面</a> :::<br>
  </td>
 </tr>
</table>
<!--#include file="foot.asp"-->

</body>

</html>

⌨️ 快捷键说明

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