📄 login.asp
字号:
<!--#include file=../conn.asp-->
<!--#include file=top.asp-->
<link rel="stylesheet" type="text/css" href="../1.css">
<title>企业会员登陆</title>
<SCRIPT language=javascript>
<!--
function CheckForm()
{
if(document.thisForm.UserName.value.length<1)
{
alert("用户名不能为空!");
return false;
}
if(document.thisForm.Password.value.length<1)
{
alert("密码不能为空!");
return false;
}
if(document.thisForm.MemberType2.checked==true)
{
document.thisForm.action="Section/loginchk.asp";
}
else
{
document.thisForm.action="loginchk.asp";
}
document.thisForm.submit();
}
function keyword_onkeydown()
{
if(window.event.keyCode==13) document.thisForm.GotoButton.onclick();
}
function Password_onkeydown()
{
if(window.event.keyCode==13) document.thisForm.LoginButton.onclick();
}
//-->
</SCRIPT>
<body topmargin="0" leftmargin="0">
<div align="center">
<center>
<table border="0" borderColor="#111111" cellPadding="0" cellSpacing="0" height="287" style="BORDER-COLLAPSE: collapse" width="778">
<tr>
<td vAlign="top" width="150"><!--#include file= left.asp--></td>
<td height="287" width="15"> </td>
<td height="287" vAlign="top" width="592">
<table border="0" borderColor="#111111" cellPadding="0" cellSpacing="0" height="237" style="border-collapse: collapse" width="100%">
<tr>
<td height="151" width="100%">
<div align="center">
<form method="POST" name="thisForm">
<p> </p>
<center>
<table border="0" borderColor="#111111" cellSpacing="0" id="AutoNumber29" style="border-collapse: collapse" width="150">
<tr>
<td bgColor="#dfdfdf" height="102" vAlign="top" width="180">
<table border="0" borderColor="#111111" cellPadding="0" cellSpacing="0" height="96" id="AutoNumber40" style="border-collapse: collapse" width="165">
<tr>
<td bgColor="#e8c860" colSpan="2" height="16" vAlign="bottom" width="165">
<p style="margin-left: 6px">
<img border="0" src="../img/Member_Login.gif"></td>
</tr>
<tr>
<td bgColor="#ffffff" colSpan="2" height="25" width="165">
<span style="font-size: 12px"><br>
用户名:<input name="UserName" size="12" style="color: #384249; font-family: Verdana; font-size: 11px; font-weight: bold; background-color: #f9f9f9" tabIndex="1"></span></td>
</tr>
<tr>
<td bgColor="#ffffff" colSpan="2" height="25" width="165">
<span style="font-size: 12px"> 密 码:<input name="Password" size="12" style="color: #384249; font-family: Verdana; font-size: 11px; font-weight: bold; background-color: #f9f9f9" tabIndex="1" type="password" value></span></td>
</tr>
<tr>
<td bgColor="#ffffff" colSpan="2" height="13" width="165">
<input CHECKED id="MemberType1" name="MemberType" style="MARGIN-TOP: 7px" type="radio" value="1"><label for="MemberType1"><font size="2">总管理员</font></label><input id="MemberType2" name="MemberType" type="radio" value="2"><label for="MemberType2"><font size="2">部门管理员</font></label></td>
</tr>
<tr>
<td bgColor="#ffffff" height="30" vAlign="top" width="80">
<p align="right">
<input id="LoginButton" name="LoginButton" onclick="javascript:return CheckForm();" onkeydown="javascript:return Password_onkeydown();" border="0" name="Submit" src="../img/Login_but.gif" type="image"></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</form>
</div>
<p align="center"> </td>
</tr>
<tr>
<td height="86" width="100%">
<p align="center"><a href="reg.asp">
<img border="0" src="../img/CompanyReg_But.gif"></a>
<a href="../person/reg.asp">
<img border="0" src="../img/PersonFree_But.gif"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
<div align="center">
<!--#include file=copyright.asp-->
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -