📄 adminpwd_u.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/MainBorder.css" rel="stylesheet" type="text/css">
<title>密码修改</title>
<style type="text/css">
<!--
div {
margin-top: 150px;
}
-->
</style>
<script language="vbscript">
sub OK()
PWD.TX_NewP.value=""
PWD.TX_NewP.focus()
end sub
sub IsOK()
a=Trim(PWD.TX_NewP.value)
if a="" then
alert("输入不能为空!")
OK()
exit sub
else
PWD.submit
end if
end sub
</script>
</head>
<body onLoad="OK()">
<table width="200" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<form name="PWD" action="adminPWD_U.asp" method="post">
<table align="center" width="484" border="0" cellspacing="1" bgcolor="#0099FF" cellpadding="0">
<tr>
<td width="124" height="28" align="right" class="but01" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but'">请输入管理员密码</td>
<td class="but1" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but1'"> <input type="password" name="TX_NewP">
密码长度在6-15位</td>
</tr>
<tr>
<td height="30" colspan="2" align="center" bgcolor="#FFFFFF"><input name="enter" type="button" class="s04" onClick="IsOK()" value="确 定">
<input name="ReSet" type="reset" class="s04" id="ReSet" value="重 置"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -