扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
下面的程序是阿喔动感管理通用程序,非常简单不用解释了吧!
if username="admin" and password="admin" then
请记得修改两个admin分别用户名和密码!
login.asp
<html>
<head>
<title>管理者登陆</title>
<link rel="stylesheet" href=../../"download.css">
</head>
<body>
<div align="center"><center>
<table border="0" cellspacing="1" width="90%">
<tr>
<td> <form method="post"action="
chklogin.asp">
<table width="45%"
border="1"cellspacing="0" cellpadding="1"
align="center"
bordercolordark="#ecf5ff"bordercolorlight="#6699cc">
<tr>
<td><
table width="100%"
border="0" cellspacing="1"cellpadding="1">
<tr>
<td width="33%"
align="right"
height="30">用户名:</td>
<
td width="67%"><input name="username"
maxlength="20"class="
smallinput" size="20"> </td>
</tr>
<tr>
<
td width="33%"align="right"
height="30">密 码:</td>
<tdwidth="67%"><input type="
password" name="password"
maxlength="16" class="smallinput"
size="20"> </td>
</tr>
<tr>
<tdcolspan="2" height="15"></td>
</tr>
</table>
</td>
</tr>
<tr align="center">
<td height="40">
 
; <input type="submit" name="submit"
value="确定" class="buttonface">
&nbsp;
<input type="reset" name="submit2"
value="重写" class="buttonface">
</td>
</tr>
</table>
</form>
<p align="center"> </td>
</tr>
</table>
</center></div>
</body>
</html>
__________________________________________________________________
chklogin.asp
<%
dim sql
dim rs
dim seekerrs
dim founduser
dim username
dim companyid
dim password
dim errmsg
dim founderr
founderr=false
founduser=false
username=request.form("username")
password=request.form("password")
if username="" then
response.redirect "index.asp"
end if
if password="" then
response.redirect "index.asp"
end if
if username="admin" and password="admin" then
response.cookies("adminok")=true
response.redirect "manage.asp"
else
response.redirect "index.asp"
end if
%>
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者