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

📄 regcom.asp

📁 购物系统时尚版.强大的后台文章编辑器的功能
💻 ASP
字号:
<%
dim key,toppath,dbpath
toppath=""
dbpath=""
%>
<!--#include file="db_conn.asp" -->
<!--#include file="my_lib/my_request.asp"-->
<!--#include file="my_lib/email.asp"-->
<%
Server.ScriptTimeout=999999
email=my_request("email",0)
sql2="select server_name,login_name,login_pass,sender,sender_mail,content1,flag1 from email_system"
set rs2=conn.execute (sql2)
fwq=rs2(0)
passname=rs2(1)
password=rs2(2)
fa=rs2(3)
faemail=rs2(4)
txt=rs2(5)
flag1=rs2(6)
rs2.close
set rs2=nothing
if flag1=1 then
title="恭喜您,用户注册成功!"
hjf=3
Call SendAction (title,fwq,email,fa,txt,faemail,hjf,passname,password)
end if
%>
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main.css" rel="stylesheet" type="text/css">
<title>用户注册</title>
</head>

<body topmargin="1">
<!--#include file="top.asp"-->

<div align="center">

	<table border="0" width="760" cellpadding="0" bordercolor="#F47E36" cellspacing="0">
		<tr>
			<td>
<div align="center">
<table border="0" width="471" id="table2" cellspacing="1" bgcolor="#F9F9F9">
<meta HTTP-EQUIV=REFRESH CONTENT="2; URL=login.asp">
		<tr>
		<td align=left width="467"><li>恭喜您,用户注册成功。<%if flag1=1 then response.write "系统已经自动给你的信箱发了封邮件。"%></td>
	</tr>
	<tr>
		<td width="467" align=left>
		<li><a href=login.asp>系统两秒钟自动转向登录页面,如果不想等待点这里。</a></td>
	</tr>
	<tr>
		<td width="467" align=left>
		<li><a href=default.asp>返回首页</a></td>
	</tr>
	<tr>
		<td width="467" align=left>
		<li><a href="javascript:window.close()">离开本页,关闭窗口。</a></td>
	</tr>
</table>
			</div>
			</td>
		</tr>
	</table>
</div>
<!--#include file="end.asp" -->
</body>

</html>

⌨️ 快捷键说明

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