国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

ASP用戶登錄代碼段的實現(xiàn)

2024-05-04 11:05:56
字體:
供稿:網(wǎng)友
asp+access用戶登錄代碼,其中
huiyuan.mdb數(shù)據(jù)庫名
pUser213 表名
y_username用戶名字段,y_password密碼字段.

login.htm頁面
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登錄</title>
</head>
<body>
<p> </p>
<form name="form1" method="post" action="loginnew.asp">
  <table width="200" border="1" align="center" cellpadding="0" cellspacing="0">
    <tr> 
      <td colspan="2"><div align="center">登錄</div></td>
    </tr>
    <tr> 
      <td width="57"><div align="center">用戶名</div></td>
      <td width="137" valign="top"><input name="username" type="text" 
id="username" size="25"></td>
    </tr>
    <tr> 
      <td><div align="center">密碼</div></td>
      <td valign="top"><input name="password" type="password" 
id="password" size="25"></td>
    </tr>
    <tr> 
      <td colspan="2"><div align="center"> 
          <input type="submit" name="Submit" value="提交">
        </div></td>
    </tr>
  </table>
</form>
</body>
</html>

loginnew.asp網(wǎng)頁
<%
dim username,password
 
 username=request.form("username")
 password=request.form("password")
 set rs=server.createobject("adodb.recordset") 
 conn = "DBQ=" + server.mappath("huiyuan.mdb") + ";DefaultDir=;
DRIVER={Microsoft Access Driver (*.mdb)};" 
 sql="select * from pUser213 where y_username='"&username&"'"
 rs.open sql,conn,1,1
 if rs.eof then
  response.write "<script>alert('登錄失敗');history.back();</script>"
  response.end
  else
    if rs("y_password")<>password then
      response.write "<script>alert('登錄失敗');history.back();</script>"
      response.end     
     end if      
     session("admin")=username
response.write"<script>alert('登錄成功');location.href='index.asp'</script>"
  end if
%>

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 洛阳市| 茌平县| 新宾| 绥中县| 武乡县| 神池县| 武川县| 洛阳市| 波密县| 安多县| 霍邱县| 中卫市| 南漳县| 西青区| 绥宁县| 庄河市| 麻栗坡县| 定州市| 民权县| 成安县| 刚察县| 宣威市| 周口市| 河津市| 临高县| 承德县| 桃江县| 陆良县| 阿合奇县| 子长县| 南开区| 丹东市| 巩留县| 锡林浩特市| 莱阳市| 太保市| 海南省| 仪征市| 尼玛县| 柯坪县| 昆山市|