一个很不错的CRM系统

源代码在线查看: zu_add.asp

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

相关代码

								if session("shiwei_username")="" then
				%>
				
				top.location.href="../index.asp"
				
								  response.end
				end if
				%>
				
				
				
				
				
				 - 会员组添加
				
				
				
				body {
					background-color:#FFFFFF;
				}
				
				
				
				
								if fla78="0" and session("shiwei_id")"1" then
				%>
				 你不具备此权限,请与管理员联系!
								  response.end
				end if
				%>
				
				
				function check()
				{
				if (document.form1.zu.value=="")
				{
				alert("有*号的必须填写!");
				return false;
				}
				}
				
				
				
				
				
				
				  
				    
				       添加会员组(带*号的为必填项)
					   
				    
				  
				
				
				
				
				
				
				
				  
				    会员组名称:
				    
				        
				         *
				  
				  
				     
				    
				        
				          
				        
				        
				    
				  
				
				
				
				
				
				
				
				
				
				
				
								else
				nowzu=request("zu")
				sql="select * from zu_huiyuan where zu='"&nowzu&"'"
				set rs=conn.execute(sql)
				if rs.eof=false then
				%>
				
				alert("您输入的会员组名称已经存在!")
				window.history.go(-1)
				 
								  response.end
				end if
				sql="insert into zu_huiyuan(zu) values('"&nowzu&"')"
				conn.execute(sql)
				%>
				
				alert("会员组添加成功!")
				window.location.href="zu.asp"
				 
								end if
				%>
				
							

相关资源