一个关于房产的asp程序

源代码在线查看: del_user.asp

软件大小: 9999 K
上传用户: li444255
关键词: asp 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				
				
								  if request("id")="" or isnumeric(request("id"))=false then
				  outerr("参数出错了!")
				  response.end
				  end if
					dim delusertype
				  delusertype = request.QueryString("uu")
				  if delusertype="user" then
				   conn.execute"delete from [user] where id="&request("id")
				  elseif delusertype="zjuser" then  
				   conn.execute"delete from [user_zj] where id="&request("id")  
				  else
				  	response.write"alert('执行非法操作!');history.go(-1)"
				  end if
				   conn.close
				   set conn=nothing
				   response.redirect Request.ServerVariables("HTTP_REFERER")
				%>
							

相关资源