⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 managelogin.asp.bak

📁 自己做的鞋业网站代码
💻 BAK
字号:
<script language=javascript>
function CheckFormUserLogin()
{
	if(document.UserLogin.UserID.value=="")
	{
		alert("Please input the name!");
		document.UserLogin.UserID.focus();
		return false;
	}
	if(document.UserLogin.Password.value == "")
	{
		alert("Input password");
		document.UserLogin.Password.focus();
		return false;
	}
}
function changepassword() {
	if(document.UserLogin.UserID.value=="")
	{
		alert("Please input the name!");
		document.UserLogin.UserID.focus();
		return false;
	}
	if(document.UserLogin.Password.value == "")
	{
		alert("Input password");
		document.UserLogin.Password.focus();
		return false;
	}
alert("sldfkj"); 
{
	alert("sldfkj");
	   document.UserLogin.changepass.value ="true";
	   
	   window.location.href = "ChkManageLogin.asp";
	   return true;
	}
	 return false;
}
</script>
<html><head>
<meta http-equiv="Content-Type" content="text/html; ">
<LINK href=css/site.css rel=stylesheet>
<title>Shoes Store</title>
</head>
<body bgcolor="#c1d2eb" topmargin="0" marginheight="0">
<br>
<p> </p>
<table cellpadding="3" cellspacing="0"  width="100%" id="AutoNumber1">
<tr >
	<td height="67" colspan="2">
	</td>
</tr>
<tr>
	<td height="37" colspan="2" align="center" class="TDtop">
		<span ><font color=red>┊ <strong>Welcome</strong> ┊</font></span>
	</td>
</tr>
</table>
<table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#C0C0C0" width="100%" id="AutoNumber1">
<form method="POST" action="ChkManageLogin.asp" name="UserLogin" onSubmit="return CheckFormUserLogin();">

<tr>
	<td width="45%" align="right">Manager Name:</td>
	<td width="55%" align="left">
		<input name="UserID" size="15"  style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
	</td>
</tr>
<tr>
	<td align="right">Password:</td>
	<td align="left">
		<input type="password" name="Password" size="15"  style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
	</td>
</tr>
<tr>
	<td colspan="2" align="center">
		<p>
		    <input type="hidden" name="changepass" />
			<input type="submit" name="Submit" value="Logifffffn" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" >&nbsp;
			<input type="button" name="Submit2" value="ChangePasswordfffffff" onclick="return changepassword();" style="font-size: 9pt;  color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
		</p>
	</td>
</tr>

</form>
</table>
<table cellpadding="3" cellspacing="0"  width="100%" id="AutoNumber1">
<tr>
	<td colspan="2" align="center" background="images/top2.gif"> </td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -