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

📄 empmain_verify_success.asp

📁 好用的管理,代码程序 好用的管理,代码程序
💻 ASP
字号:
<!--#include file="Connections/EmpMain.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>审核成功</title>
</head>
<body>
<%

Set EmpList= Server.CreateObject ("ADODB.RecordSet")
EmpList.open "select * from T_Client where F_Id="&request.querystring("id"),MM_EmpMain_STRING,1,3
EmpList("F_IsVerify")=1
response.write "<script language=JavaScript>" & chr(13) & "alert('审核成功!');" &"window.close()" & "</script>"
EmpList.update
EmpList.close
set EmpList=nothing
%>
</body>
</html>

⌨️ 快捷键说明

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