JiveJdon 3.0不只是一个论坛程序

源代码在线查看: includeaccountfields.jsp

软件大小: 7584 K
上传用户: A15117704533
关键词: JiveJdon 3.0 论坛 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

								
				
				
				--%>
				
				
								
				function Juge(theForm)
				{
				   var myRegExp = /\w+\@[.\w]+/;
				   if (!myRegExp.test(theForm.email.value)) {
						alert("请输入正确的Email");
						theForm.email.focus();
						return false;
				  }
				   myRegExp = /[A-z0-9]/;
				   if (!myRegExp.test(theForm.username.value)) {
						alert("用户名必须为英文字符");
						theForm.username.focus();
						return false;
				  }
				
				 if (theForm.username.value == "")
				  {
				     alert("请输入用户名!");
				     theForm.username.focus();
				     return (false);
				  }
				  if (theForm.password.value != theForm.password2.value)
				  {
				     alert("两次密码不一致!");
				     theForm.password.focus();
				     return (false);
				  }
				
				}
				
				-->
				    
				
				
								 cellspacing="0" cellpadding="0" border="0" width="500" align="center">
				
								 cellspacing="1" cellpadding="3" border="0" width="100%">
				
				 
				 				     color="#000000">
				 注册资料
				 
				 
				
				
				 
				 
				                 
				                     用户名:
				                     
				                      (英文字符或数字)
				                     
				  
				                
				                 
				                     密码:
				                     
				                 
				                 
				                     确认密码:
				                     
				                 
				  
				
				                 
				                     密码问题:
				                     
				                 
				                 
				                     密码答案:
				                     
				                 
				  
				                
				                    Email:
				                    
				                    
				                    公开
				                    * 忘记密码通过该信箱获得
				                    
				                 
				                  
				                     验证码:
				                     
				                       
				                       
				                    
				                 
				  
				                
				                    
				                      
				                      
				                  
				                 
				   
				
				
				 
				
				
				
				
				
				
							

相关资源