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

📄 shenghe.asp

📁 包头铁路工程学校资产管理系统,asp+access
💻 ASP
字号:
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="connection.asp"-->
<!--#include file="check.asp"-->

<%'response.buffer=false
dim sql
dim rs
dim id


id=request("id")
set rs=server.createobject("adodb.recordset")
sql="select * from user where id="&id
rs.open sql,conn,1,3 
rs("审核")=true
rs.update
'Dim objNewMail As CDONTS.NewMail
'Set objNewMail = CreateObject("CDONTS.NewMail")
'Set objNewMail = CreateObject("CDONTS.NewMail")
'objNewMail.Send("webmaster@sxhighway.net", rs("信箱"), "您的帐号已经通过审核", _
'"您的帐号已经通过审核,您现在可以正常登陆", 0) '' low importance
'Set objNewMail = Nothing '' canNOT reuse it for another message


rs.close
set rs=nothing
response.redirect "userchk.asp"
%>

⌨️ 快捷键说明

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