📄 user_pass.asp
字号:
<!--#include file=conn1.asp-->
<!--#include file=usercookies.asp-->
<!--#include file="config.asp"-->
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=title%>-修改密码</title>
<link href="inc_style.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" leftmargin="0">
<!--#include file=top.asp-->
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="768" height="163">
<tr>
<td width="157" height="163" valign="top">
<!--#include file=userleft.asp--></td>
<td width="10" height="163" background="images/line_01.gif"> </td>
<td width="603" height="163" valign="top" align="center">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="109">
<tr>
<td width="94%" height="1" colspan="4"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="26">
<tr>
<td width="100%" background="images/user_pass.gif" height="26"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="13%" height="125" align="center" rowspan="5">
<p align="left"> <p align="left"> </td>
<form method="POST" action="user_passchk.asp">
<td width="18%" height="25" align="right">
原密码:</td>
<td width="44%" height="25" align="center">
<input type="password" name="pass1" size="20"></td>
<td width="24%" height="125" align="center" rowspan="5">
<p align="center"> </td>
</tr>
<tr>
<td width="18%" height="25" align="right">
新密码:</td>
<td width="44%" height="25" align="center">
<input type="password" name="pass2" size="20"></td>
</tr>
<tr>
<td width="18%" height="25" align="right">确认新密码:</td>
<td width="44%" height="25">
<p align="center"><input type="password" name="pass3" size="20"></td>
</tr>
<tr>
</tr>
<tr>
<td width="18%" height="25" align="right"> </td>
<td width="44%" height="25">
<p align="center"><input type="submit" value="修改密码" name="B1"></td>
</form>
</tr>
</table>
</td>
<td width="8" height="163" background="images/line_01.gif"> </td>
</tr><!--#include file=end.htm-->
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -