📄 psw2.asp
字号:
<!--#include file="odbc_connection.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>找会密码2</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="css/my.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {
font-size: 12px;
color: #0000FF;
}
.style5 {font-size: 12px; color: #000000; }
-->
</style>
</head>
<%dim userman
userman=session("userman")%>
<body>
<table width="760" height="257" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="46" align="center" valign="top"><!--#include file="top.asp"--></td>
</tr>
<tr>
<td height="94" align="center">
<%
daan=request("daan")
ask=request("ask")
dim rs,sql
sql="select * from login where user='"&userman&"'and daan='"&daan&"'and ask='"&ask&"' "
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open sql,db,1%>
<%if rs.recordcount<=0 then%>
<table width="581" height="29" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" class="style5">对不起,你的密码提示问题输入不对!</td>
</tr>
</table>
<%else%>
<table width="581" height="29" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" class="style5">你的密码是:<span class="style2"><%=rs("psw1")%></span> 请记好的你的密码</td>
</tr>
</table>
</td>
</tr>
</table>
<%end if%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -