📄 login.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Page-Enter" content="revealTrans(duration=x, transition=y)">
<link href="../main.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>公铁联运--用户登录</title>
<style type="text/css">
<!--
.style1 {color: #FFFF00}
-->
</style>
</head>
<body bgcolor="#799AE1">
<p> </p>
<table width="415" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#0066CC">
<tr>
<td width="413" height="24" align="center" background="../image/topbg.gif"><div align="left">
<table width="97%" align="right" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="middle"><font color="#FFFFFF"><B><span class="style1">请输入车队用户名和密码!</span></B></font></td>
<td width="8%" align="center"><img src="../image/help.gif" alt="版本:EASYNEWS2.01商业版<BR>版权:WWW.52EASY.COM" width="21" height="21" border="0" align="middle" style="cursor:hand;"></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="25" align="center"><img src="../image/biaoti.gif" width="415" height="71"></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#EEEAD6"><form action="../logincheck.asp" method="POST" name="Login" target="_parent" onSubmit="return CheckForm()" id="Login">
<table width="95%" border="0" align="center">
<tr>
<td><fieldset>
<legend accesskey="F" align="left"><font size="2">登陆窗口</font></legend>
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="10%"><font size="2"> </font></td>
<td width="20%"><font size="2">用 户 名:</font></td>
<td><input name="username" type="text" id="username" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'"></td>
</tr>
<tr>
<td width="10%"><font size="2"> </font></td>
<td width="20%"><font size="2">密 码:</font></td>
<td><input name="pwd" type="password" id="pwd" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'">
</td>
</tr>
<tr>
<td colspan="2" align="center"> </td>
<td><input name="submit" type="image" src="../image/buttonlogin.gif" alt="点击进入货长运公司" width="52" height="18">
<a href='javascript:ClearForm()'><img src="../image/buttonclear.gif" alt="清除" name="clear" width="52" height="18" border="0"></a></td>
</tr>
</table>
</fieldset></td>
</tr>
</table>
</form></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
<script language=javascript>
function CheckForm()
{
if(document.Login.username.value=="")
{
alert("请输入用户名!");
document.Login.username.focus();
return false;
}
if(document.Login.pwd.value == "")
{
alert("请输入密码!");
document.Login.pwd.focus();
return false;
}
}
function ClearForm()
{document.Login.username.value = "";
document.Login.pwd.value = "";
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -