📄 login.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>25175客户管理系统v1.0</title>
<style type="text/css">
<!--
@import url("20041026_25175_stry_css.css");
-->
</style>
</head>
<body>
<form action="look.asp" method="post" name="form1">
<table width="250" border="0" align="center" cellpadding="0" cellspacing="0" class="unnamed1_rld">
<tr bgcolor="#EAEAEA">
<td height="25" colspan="2"><div align="center">学生公司地址查询</div></td>
</tr>
<tr>
<td width="100" height="30"><div align="center">公司电话:</div></td>
<td>
<input name="xh" type="text" class="unnamed_rld2" value="1" size="20" maxlength="20"></td>
</tr>
<tr>
<td height="30"><div align="center">密码:</div></td>
<td>
<input name="mm" type="password" class="unnamed_rld2" value="001" size="20" maxlength="20"></td>
</tr>
<tr>
<td height="30" colspan="2">
<div align="center">
<input name="submit" type="submit" value="查询">
</div></td>
</tr>
</table>
</form>
<form action="admpost.asp" method="post" name="form2" id="form2">
<table width="250" border="0" align="center" cellpadding="0" cellspacing="0" class="unnamed1_rld">
<tr bgcolor="#EAEAEA">
<td height="25" colspan="2">
<div align="center">
<%
if mm=1 then
Response.Write "对不起,您输入的密码有误!"
elseif mm=2 then
Response.Write "您没有登陆的权限!"
elseif mm=3 then
Response.Write "请输入完整的用户名和密码!"
end if
%>
管理员登陆 </div></td>
</tr>
<tr>
<td width="100" height="30"><div align="center">管理员帐号:</div></td>
<td width="154">
<input name="keys" type="hidden" value="submit">
<input name="username" type="text" class="unnamed_rld2" id="username2" value="admin" size="20" maxlength="20"></td>
</tr>
<tr>
<td height="30"><div align="center">管理员密码:</div></td>
<td>
<input name="password" type="password" class="unnamed_rld2" value="admin" size="20" maxlength="20">
</td>
</tr>
<tr align="center">
<td height="30" colspan="2">
<input type="submit" name="Reg2" value="登录" class="bottom">
<input type="reset" name="Submit32" value="重填" class="bottom">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -