某公司的进销存软件的设计与开发

源代码在线查看: bigclass_add.asp

软件大小: 627 K
上传用户: kinder121
关键词: 进销 软件
下载地址: 免注册下载 普通下载 VIP

相关代码

								if session("username")="" then
				%>
				
				top.location.href="../login.asp"
				
								  response.end
				end if
				%>
				
				
				
				
				
				 - 大类添加
				
				
				
				
				
								if fla5="0" then
				%>
				你不具备此权限,请与管理员联系!
								  response.end
				end if
				%>
				
				
				function check()
				{
				if (document.form1.bigclass.value=="")
				{
				alert("有*号的必须填写!");
				return false;
				}
				}
				
				
				
				   
				      添加大类
				  
				
				
				  
				    添加产品大类 (带*号的为必填项)
				  
				  
				    大类名称: 
				      
				        
				         *
				  
				  
				     
				      
				        
				          
				        
				        
				    
				  
				
				
								else
				nowbigclass=request("bigclass")
				sql="select * from bigclass where bigclass='"&nowbigclass&"'"
				set rs=conn.execute(sql)
				if rs.eof=false then
				%>
				
				alert("您输入的大类名已经存在!")
				window.history.go(-1)
				 
								  response.end
				end if
				sql="insert into bigclass(bigclass) values('"&nowbigclass&"')"
				conn.execute(sql)
				%>
				
				alert("大类添加成功!")
				window.location.href="bigclass.asp"
				 
								end if
				%>
				
							

相关资源