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

📄 user_login.asp

📁 Web based project,kisan online
💻 ASP
字号:
<%@ Language=VBScript %>
<HTML>
<HEAD>

<SCRIPT language=javascript>
<!--
function validatedata()
{
if (user.login.value != "me")
	{
	alert("Please enter user name. ");
	user.login.focus();
	return false;
	}

else if (user.psw.value != "me")
	{
	alert("Please enter user password");
	user.psw.focus();
	return false;
	}
document.user.action="info_home.asp";
document.user.submit();
}

//-->
</SCRIPT>


<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>

<BODY background="20110010.jpg" 
      height="359">

 <FORM name= user method = post onsubmit = "return validatedata();">
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</P>
<P style="FONT-WEIGHT: bold; FONT-SIZE: x-large; COLOR: orange; FONT-STYLE: italic; TEXT-ALIGN: center">          
 WELCOME TO KISAN ONLINE...</P>
<P style="FONT-WEIGHT: bold; FONT-SIZE: large; COLOR: white">   Our Valued Customer...
Please Login With The user Name And Password given to you...</P>
<P style="FONT-WEIGHT: bold; FONT-SIZE: large; COLOR:maroon">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;LOGIN&nbsp;&nbsp;&nbsp;&nbsp;<INPUT 
id=login style="WIDTH: 114px; HEIGHT: 24px" size=12 name=login>&nbsp;&nbsp; </P>
<P style="FONT-WEIGHT: bold; FONT-SIZE: large; COLOR: blue">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; 
PASSWORD&nbsp;&nbsp;&nbsp;<INPUT 
id=psw style="WIDTH: 112px; HEIGHT: 24px" type=password name=psw size=13></P>
<P style="TEXT-ALIGN: left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<INPUT style="FONT-SIZE: medium; COLOR: azure; BACKGROUND-COLOR: red" type=submit value=Submit>&nbsp;&nbsp;</P></FORM>
<P style="FONT-WEIGHT: bold">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P>
<P 
style="FONT-WEIGHT: bold; FONT-SIZE: smaller; FONT-STYLE: normal; FONT-VARIANT: small-caps">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;
<A style="TEXT-DECORATION: none" 
                  href="http://localhost/virdir1/home.html"><FONT face=verdana 
                  color=white size=2><B>Home</B></FONT></A> 
</P>


</BODY>
</HTML>

⌨️ 快捷键说明

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