📄 succeed.asp
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<title>成功信息</title>
<link href="1.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css.css" type="text/css">
</head>
<body>
<%
mode=request("mode")
%>
<%if session("admintype")="admin" or session("admintype")="common" then%>
<meta http-equiv="refresh" content="10;url=adminindex.asp">
<%else%>
<meta http-equiv="refresh" content="10;url=index.asp">
<%end if%>
<!--#include file = "public.asp"-->
<%if session("admintype")="admin" or session("admintype")="common" then%>
<!--#include file = "admintop.asp"-->
<%else%>
<!--#include file = "top.asp"-->
<%end if%>
<br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="" class="9point" >
<td height="35">
<style>
body {scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #222222;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;}
</style>
<style type=text/css>BODY {
BACKGROUND-POSITION: left bottom; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-REPEAT: no-repeat
}</style>
<font color="#ECE9D8">
<style type="text/css">
A { text-decoration: NONE; color: #222222}
A:hover {COLOR: #666666; TEXT-DECORATION: none}
</style>
</font> </td>
</tr>
<tr>
<td bgcolor="#F4F9FD">
<p align="center" class="9point">成功信息
</td>
</tr>
<td height="28" align="center">
<div align="center"><span class="9point"><br>
<% if mode="add" then%>
链接成功信息!
<%else if mode="add1" then %>
链接已成功信息,请等待管理员认证。<br>
<br>
</span><span class="9point">
<%else if mode="edit" then %>
链接修改成功!
<%
end if
end if
end if
%>
</span><span class="9point"><br>
<br>
<br>
7 秒后自动转到链接首页面</span> <br>
<br>
<%if session("admintype")="admin" or session("admintype")="common" then%>
::::<a href="adminindex.asp">返 回 链 接 首 页 面</a>::::
<%else%>
::::<a href="index.asp">返 回 链 接 首 页 面</a>::::
<%end if%>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -