用PHP和MSSQL开发的sspace商城系统

源代码在线查看: memcp_register.tpl.php

软件大小: 478 K
上传用户: ABC258369000
关键词: sspace MSSQL PHP 商城
下载地址: 免注册下载 普通下载 VIP

相关代码

				
					
				
				function checkdata(theform)
				{
					if (theform.oldpassword.value == "")
					{
						alert("");
						theform.oldpassword.focus();
						return false; 
					}
					if (theform.password.value != theform.repassword.value) 
					{
						alert("");
						theform.password.focus();
						return false; 
					}
					else 
					{ 
						theform.Submit.disabled = true;
						return true;
					}
				}
				
								
				
				  
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				 (*)
				
				
				
				
				 
				
				
				
				
				 
				
				
				
								 
				
				
				
				
				
				
								
				
				
				
				 
				
				
								
				
				
				
				
				
				
				
				
				
							

相关资源