您好,登錄后才能下訂單哦!
登錄頁面login.html
<form id="form1" name="form1" method="post" action="login.asp">
<table width="400" height="60" border="0" bgcolor="#99CCFF">
<tr>
<td bgcolor="#99CCFF"><div align="right">用戶名:</div></td>
<th width="198" scope="col"><div align="left">
<input name="name" type="text" id="name" />
</div></th>
</tr>
<tr>
<td><div align="right">密碼:</div></td>
<td><div align="left">
<input name="pwd" type="password" id="pwd" />
</div></td>
</tr>
</table>
<p align="center">
<input name="Submit" type="submit" value="登錄" />
<input name="Submit2" type="submit" onclick="MM_goToURL('parent','regist.html');return document.MM_returnValue" value="注冊" />
</p>
</form>
檢查頁面:login.asp
<%
name1=Trim(request("name"))
pwd=Trim(request("pwd"))
sql="select * from [users] where userID='"&name1&"' and mm='"&pwd&"'"
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,3,2
if rs.recordcount<1 then
%>
<script language="vbscript">
alert("用戶名或密碼錯誤!")
history.back
</script>
<% else
session("userid")=name1 %>
<script language=javascript>alert('歡迎登陸')</script>
<script language=javascript>window.location.href='shareinfo.asp'</script>
<%
end if
%>
結果去無法跳轉。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。