📄 repass.asp
字号:
<%if session("iamcoming")<>"" then%>
<!--#include file="conn.asp"-->
<html>
<HEAD><TITLE>:::网上答疑:::</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="css.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
</HEAD>
<%
on error resume next
set rs=server.createobject("adodb.recordset")
sql="select * from dayi_userlogin "
rs.open sql,conn,1,1
if rs.EOF then
Response.Write "数据库中暂无资料!"
else
%>
<BODY leftMargin=0 topMargin=0
marginheight="0" marginwidth="0">
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0>
<TBODY>
<TR>
<TD vAlign=top width=778 background=images/02.jpg height=138>
</TD>
</TR>
<TR>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR vAlign=top>
<TD width="18%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD background=images/07.jpg>
<TABLE cellSpacing=0 cellPadding=0 width=184 border=0>
<TBODY>
<TR>
<TD><IMG height=353 src="images/03.jpg"
width=183 useMap=#Map border=0 href="bmwd.htm"> </TD>
</TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=182 border=0>
<TBODY>
<TR>
<TD><IMG height=6 src="images/04.jpg"
width=183></TD></TR>
<TR>
<TD background=images/05.jpg>
<TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD width=10> </TD>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD vAlign=top height=252> </TD>
</TR></TBODY></TABLE></TD>
<TD
width=10> </TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD><IMG height=9 src="images/06.jpg"
width=183></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
<TD width="82%">
<form action="updaterpass.asp" method="post">
<table width="44%" border="0" align="center">
<tr>
<td height="38"><div align="center">用户名:
<input name="user" type="text" id="user" value="<%=rs("dayi_username")%>">
</div></td>
</tr>
<tr>
<td><div align="center"> 密码:
<input name="pass" type="password" id="pass">
</div></td>
</tr>
<tr>
<td colspan="2"> <div align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</div></td>
</tr>
</table>
</form><%
end if
%>
</TD>
</TR></TBODY></TABLE></TD></TR>
<TR>
<TD background=images/bg2003.jpg height=90>
<DIV
align=center><BR>
<BR>
推荐用IE5.0或NS6.0以上版本浏览,最佳显示800*600<BR>
COPYRIGHT@ 2004 <BR>
<BR>
<BR>
</DIV></TD></TR></TBODY></TABLE></BODY></HTML>
<%
else
response.write "<script language=javascript>"
response.write "alert('管理员操作超 时..........');"
response.write "javascript:history.go(-1)"
response.write "</script>"
end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -