📄 backcheck.asp
字号:
<!-- #include file="conn.asp"-->
<%
Customer=request.form("Customer")
sql="select * from userProtect where customer='"&customer&"'"
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,1,3
if rs.eof then
response.write "<script language=javascript>alert('对不起,您还没有申请密码保护!');history.go(-1);</script>"
response.end
end if
if request.form("Problem")<>rs("Problem") then
response.write "<script language=javascript>alert('对不起,密保问题不对!');history.go(-1);</script>"
response.end
end if
if request.form("Answer")<>rs("Answer") then
response.write "<script language=javascript>alert('对不起,密保答案不对!');history.go(-1);</script>"
response.end
end if
if request.form("Certificate")<>rs("Certificate") then
response.write "<script language=javascript>alert('对不起,联系电话不对!');history.go(-1);</script>"
response.end
end if
if request.form("email")<>rs("email") then
response.write "<script language=javascript>alert('对不起,电子邮件不对!');history.go(-1);</script>"
response.end
end if
%>
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="778" border="0" cellspacing="0" cellpadding="00">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="778" height="168">
<param name="movie" value="image/flash/pingmu.swf">
<param name="quality" value="high">
<param name="SCALE" value="exactfit">
<embed src="image/flash/pingmu.swf" width="778" height="168" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="exactfit"></embed></object></td>
</tr>
</table>
<table width="778" border="1" align="center" cellpadding="4" cellspacing="0" bordercolorlight="#DDDDDD" bordercolordark="#FFFFFF" background="image/bg_class.gif">
<tr>
<td height="35" align="center" valign="bottom"> <div align="right">
<table width="100%" border="0" align="center" cellpadding="00" cellspacing="0">
<tr>
<td width="30"></td>
<td><a href="index.asp">首页</a></td>
<td>
<a href="index.asp">所有电影</a></td>
</tr>
</table>
</div></td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="00">
<tr>
<td width="25%" height="344" valign="top"> <table width="100%" height="330" border="0" cellpadding="1" cellspacing="0">
<tr>
<td height="54" valign="top"> <table border="1" cellspacing="0" cellpadding="4" bordercolorlight="#DDDDDD" bordercolordark="#FFFFFF" align="center" width="100%">
<tr>
<td height="22" align="center" bgcolor="#EEEEEE"> <div align="center"></div>
站内公告</td>
</tr>
<tr>
<td align="center"> <marquee scrollamount='2' scrolldelay='90' direction= 'up' width='90%' id=zjedu height='90' onMouseOver=zjedu.stop() onMouseOut=zjedu.start()>
<table width="100%" border="0" cellspacing="0" cellpadding="00">
<%
sql0="select * from look"
set rs0=server.CreateObject("adodb.recordset")
rs0.open sql0,conn,1,1
do while not rs0.eof
%>
<tr>
<td><%=rs0("look")%></td>
</tr>
<%rs0.movenext
loop%>
</table>
</marquee></td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top"><table border="1" cellspacing="0" cellpadding="4" bordercolorlight="#DDDDDD" bordercolordark="#FFFFFF" align="center" width="98%">
<tr>
<td height="22" align="center" bgcolor="#EEEEEE"> <div align="center"><IMG height=20
src="image/b2.gif" width=28></div></td>
<td align="center" bgcolor="#EEEEEE">客户服务</td>
</tr>
<tr>
<td height="30" align="center"><a href="register.asp">用户注册</a>
</td>
<td height="30" align="center"><a href="back.asp">找回密码</a> </td>
</tr>
<tr>
<td height="30" align="center">自助服务 </td>
<td height="30" align="center">手机支付</td>
</tr>
<tr>
<td height="30" align="center">帐号充值 </td>
<td height="30" align="center">在线支付</td>
</tr>
</table></td>
</tr>
</table>
<p> </p></td>
<td width="75%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <form action="backcheck.asp" method="post" name="form" id="form">
<table width="98%" height="0%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolorlight="#DDDDDD" bordercolordark="#FFFFFF">
<tr>
<td height="7%" colspan="2" align="center" bgcolor="#EEEEEE">
<div align="center"><b>填 写 密 码 保 护 信 息</b></div></td>
</tr>
<tr>
<td width="34%" height="13%" align="center">帐 号:</td>
<td align="center"><%=rs("Customer")%></td>
</tr>
<tr>
<td height="9%" align="center">密 码:</td>
<td align="center"><%=rs("Password")%></td>
</tr>
<tr>
<td height="18%" colspan="2" align="center"> </td>
</tr>
</table>
</form></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -