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

📄 delongxuelu.asp

📁 mlm双轨制直销系统V8.0免费版 可用于: 1、直拨、回拨电话卡公司。 2、保健品、药品公司。 3、在线销售商品等等。 4、其他类型用到双轨制模式的线上开盘公司。
💻 ASP
字号:
<!-- #include file="include/adovbs.inc" -->
<!-- #include file="include/dataconn.asp" -->
<!-- #include file="include/checkHy.asp" -->
<!-- #include file="common.asp" -->
<style type="text/css">
<!--
.style1 {font-size: 16px}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	
}
body,td,th {
	font-size: 12px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
<%
id=request.QueryString("id")
userid=session("HyID")
if  not IsNumeric(id) then
 response.write "<script>alert('非法参数');history.back()</script>"
 response.end
end if
set rs=server.createobject("adodb.recordset")
sql="select * from tongxunlu where id="& id
rs.open sql,conn,1,3 
if rs.bof and rs.eof then
 response.write "<script>alert('非法参数!');history.back()</script>"
 response.end
else 
   if userid<>rs("uid") then
      response.write "<script>alert('非个人数据,出错!');history.back()</script>"
      response.end
   else
      rs.delete	  
   end  if 
end if
rs.close
set rs=nothing
response.write "<meta http-equiv=""refresh"" content=""1;url=tongxunlu.asp"">"
%>

⌨️ 快捷键说明

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