?? search.asp
字號(hào):
<!--#include file="conn.asp" -->
<%
if request("email")=empty then
%>
<html>
<head>
<title>查詢密碼</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF">
<h1 align="center"> </h1>
<h1 align="center"><font color="#FF0000">查詢密碼<br>
</font></h1>
<hr align="center">
<div align="center"><br>
請(qǐng)?jiān)谙卤碇休斎肽?cè)時(shí)的會(huì)員信息 </div>
<form action=search.asp method=post >
<div align="center">
<table width="20" border="0" cellspacing="0" cellpadding="0" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td>
<table border=1 width="260">
<tbody>
<tr>
<td height="30">郵件地址</td>
<td height="30">
<input name=email size="20" maxlength="40" >
</td>
</tr>
<tr>
<td>聯(lián)系電話</td>
<td>
<input name=tel size="20" maxlength="20" >
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<P><INPUT name=B1 type=submit value=開(kāi)始登錄><BR>
<p><a href="regedit.asp">新用戶注冊(cè)</a> <a href="search.asp">忘記密碼</a> <a href="changeinfo.asp">修改信息</a></p>
<p>程序制做:<a href="http://www.soonhost.com">迅捷主機(jī)網(wǎng)</a></p>
</div>
</form>
<hr>
<h2 align=center> </h2>
<h2 align=center> </h2>
<h2 align=center> </h2>
</body>
</html>
<% else
email=request("email")
tel=request("tel")
for i=1 to len(email)
user=mid(username,i,1)
if user="'" or user="%" or user="<" or user=">" or user="&" or user="|" then
response.write "<script language=JavaScript>" & "alert('您的郵件地址含有非法字符,請(qǐng)重新輸入!');" & "history.back()" & "</script>"
response.end
end if
next
for i=1 to len(tel)
pass=mid(password,i,1)
if pass="'" or pass="%" or pass="<" or pass=">" or upass="&" or pass="|" then
response.write "<script language=JavaScript>" & "alert('您的電話含有非法字符,請(qǐng)重新輸入!');" & "history.back()" & "</script>"
response.end
end if
next
sql = "Select * From info Where 電子郵件='"&email&"' And 電話='"&tel&"'"
set rs=conn.execute (sql)
If rs.EOF Then
response.write "<script language=JavaScript>" & chr(13) & "alert('您不是本站的用戶請(qǐng)重新注冊(cè)!');" & "history.back()" & "</script>"
response.end
Else
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body bgcolor="#FFFFFF">
<table border=1 cellpadding=5 cellspacing=0
width="501" align="center" bordercolor="#999999" bgcolor="#FFCC99" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td align=middle
width=483>
<p align="center"><font face="宋體" color="#FF0033">會(huì)員信息</font></p>
</td>
</tr>
<tr>
<td align=middle
width=483> <br>
<table width=100% border=0 cellspacing=0 cellpadding=6 bgcolor="#bbbbbb">
<tr>
<td width=30% class=link align="right">用戶名稱:</td>
<td width=70%>
<input type=text name=username size=20 maxlength=20 class=link value="<%=rs("用戶名")%>">
</td>
</tr>
<tr>
<td width=30% class=link align="right">您的密碼:</td>
<td width=70%>
<input type=text name=password size=20 maxlength=20 class=link value="<%=rs("密碼")%>">
</td>
</tr>
<tr>
<td width=30% class=link align="right" height="38">公司名稱:</td>
<td width=70% height="38">
<input type=text name=company size=20 maxlength=20 class=link value="<%=rs("公司名稱")%>">
</td>
</tr>
<tr>
<td width=30% class=link align="right">聯(lián)系地址:</td>
<td width=70%>
<input type="text" name="Address" size="20" maxlength="20" value="<%=rs("公司地址")%>">
</td>
</tr>
<tr>
<td width=30% class=link align="right">聯(lián)系電話:</td>
<td width=70%>
<input type="text" name="Tel" size="20" maxlength="20" value="<%=rs("電話")%>">
</td>
</tr>
<tr>
<td width=30% class=link align="right">傳真:</td>
<td width=70%>
<input type="text" name="Fax" size="10" maxlength="18" value="<%=rs("傳真")%>">
</td>
</tr>
<tr>
<td width=30% class=link align="right">郵編:</td>
<td width=70%>
<input type="text" name="Code" size="6" maxlength="6" value="<%=rs("郵編")%>">
</td>
</tr>
<tr>
<td width=30% class=link align="right">電子郵件:</td>
<td width=70%>
<input type=text name=email size=30 maxlength=30 class=link value="<%=rs("電子郵件")%>">
</td>
</tr>
</table>
<br>
</td>
</tr>
<tr>
<td align=middle
width=483>
<div align="left">
<p>注意事項(xiàng):<br>
<br>
1、不得將本系統(tǒng)用于任何包含色情、非法、以及危害國(guó)家安全的場(chǎng)所. <br>
<br>
2、以上規(guī)則違者責(zé)任自負(fù),本站有權(quán)追究其法律責(zé)任。</p>
<p>3、您可以免費(fèi)使用本系統(tǒng),但必需保留本站鏈接.</p>
</div>
</td>
</tr>
<tr>
<td align=middle
width=483>
<div align="center">程序制作:<a href="http://www.soonhost.com" target="_blank"><b>迅捷主機(jī)網(wǎng)</b></a></div>
</td>
</tr>
<tbody> </tbody>
</table>
</body>
</html>
<%
end if
Conn.Close
Set Conn=Nothing
end if
'====================================================
'迅捷會(huì)員注冊(cè)管理系統(tǒng) v2.0
'程序制做:迅捷主機(jī)網(wǎng).http://www.soonhost.com
'迅捷主機(jī)網(wǎng) ------ 首選域名、虛擬主機(jī)、企業(yè)郵局提供商
'網(wǎng)址:http://www.soonhost.com
'EMAIL:sell@china.com
'msn:soonhost@hotmail.com
'oicq: 123150745
'本站還提供大量腳本下載,負(fù)責(zé)安裝;腳本定制價(jià)格低廉.
'程序?yàn)槊赓M(fèi)程序,您可以使用本程序,但必須
'保留迅捷主機(jī)網(wǎng)(http://www.soonhost.com)的鏈接!
'================================================
%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -