这是java编写宠物医院项目

源代码在线查看: hospital_add.jsp

软件大小: 2255 K
上传用户: invill
关键词: java 编写 项目
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				
				
				vet_add
				
				
								function MM_findObj(n, d) { //v4.01
				  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
				    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
				  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i				  for(i=0;!x&&d.layers&&i				  if(!x && d.getElementById) x=d.getElementById(n); return x;
				}
				
				function MM_validateForm() { //v4.0
				  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
				  for (i=0; i				    if (val) { nm=val.name; if ((val=val.value)!="") {
				      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
				        if (p				      } else if (test!='R') { num = parseFloat(val);
				        if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
				        if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
				          min=test.substring(8,p); max=test.substring(p+1);
				          if (num				    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
				  } if (errors) alert('兽医编号或宠物编号输入有误,请输入与他们相关的数字');
				  document.MM_returnValue = (errors == '');
				}
				//-->
				
				
				
								.STYLE1 {color: #0033FF}
				-->
				
				
				
				
				添加病历
				
				  
				    兽医编号:
				    
				      				        onblur="MM_validateForm('vid','','NisNum');return document.MM_returnValue" >
				    
				  
				  
				  
				    宠物编号:
				    				        onblur="MM_validateForm('pid','','NisNum');return document.MM_returnValue"
				      >
				  
				  
				    病因:
				    
				  
				
				  
				     
				    
				      
				      
				    
				  
				
				
				
				
				返回
				
				
							

相关资源