📄 success.asp
字号:
<!--#include file="conn.asp"-->
<%
set rs2=Server.CreateObject("ADODB.Recordset")
sql2="select * from admin"
rs2.open sql2,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>注销成功
</title>
<style fprolloverstyle>A:hover {color: #FF0000}
</style>
</head>
<body leftmargin="100" link="#000000" vlink="#666666">
<div style=" FONT-SIZE: 10pt; FILTER: dropshadow(color=#cccccc,offx=1,offy=1); COLOR: #666666; FONT-FAMILY:"宋体" ; height:52>
<p align="center">您的日记本已经注销成功!</p>
<p align="center">谢谢您使用沭阳学生网为您提供的日记本!</p>
<p align="center">
<a href=<%=rs2("weburl")%>>返回本站首页</a></p>
</div>
<!--#include file="bottom.asp"-->
</body>
</html>
<%
rs2.close
set rs2=nothing
%><!--#include file="close.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -