一个很不错的CRM系统

源代码在线查看: gys_del.asp

软件大小: 1187 K
上传用户: ljw128
关键词: CRM
下载地址: 免注册下载 普通下载 VIP

相关代码

								if session("shiwei_username")="" then
				%>
				
				top.location.href="../index.asp"
				
								  response.end
				end if
				%>
				
								id=replace(request("id")," ","")
				id=split(id,",")
				for i=0 to UBound(id)
				  sql="delete from gys where id="&id(i)
				  conn.execute(sql)
				next
				response.redirect "gys.asp"
				%>
				
							

相关资源