?? com_editpass.asp
字號:
<!--#include file=cookies.asp-->
<%
dim rs,sql,id
id=trim(request("id"))
if not isnumeric(id) or id="" then
response.write "<li>參數錯誤!"
response.end
end if
%>
<meta http-equiv="Content-Language" content="zh-cn">
<link rel="stylesheet" type="text/css" href="../1.CSS">
<title>修改密碼</title>
<body topmargin="0" leftmargin="0">
<p> </p>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="180" height="35">
<form action="user_editpasschk.asp?id=<%=id%>" method="POST">
<tr>
<td width="60" height="23">
<p align="center">新密碼:</td>
<td width="121" height="23"><input type="text" name="password" size="18"></td>
</tr>
<tr>
<td width="60" height="12"></td>
<td width="121" height="12">
<p align="center">
<input type="submit" value="提交" name="B1" style="color: #FFFFFF; border: 1px solid #000000; background-color: #666666"></td>
</tr>
</form>
</table>
</center>
</div>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -