📄 user_pass.asp
字号:
<%
bg_id=1
%>
<!--#include file="../main/conn.asp" -->
<%
web_id="../language/"&l_id
web_id=web_id&"/CHECK.ASP"
call include(web_id)
%>
<br>
<br>
<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan -->
<script Language="JavaScript">
<!--
function FrontPage_Form1_Validator(theForm)
{
if (theForm.oldpasswd.value == "")
{
alert("<%=L_USER_oldpass_JAVA%>。");
theForm.oldpasswd.focus();
return (false);
}
if (theForm.oldpasswd.value.length > 50)
{
alert("<%=L_USER_oldpass2_JAVA%>");
theForm.oldpasswd.focus();
return (false);
}
if (theForm.newpasswd.value == "")
{
alert("<%=L_USER_newpass_JAVA%>");
theForm.newpasswd.focus();
return (false);
}
if (theForm.newpasswd.value.length > 20)
{
alert("<%=L_USER_newpass2_JAVA%>");
theForm.newpasswd.focus();
return (false);
}
if (theForm.renewpasswd.value == "")
{
alert("<%=L_USER_repass_JAVA%>");
theForm.renewpasswd.focus();
return (false);
}
if (theForm.renewpasswd.value.length > 20)
{
alert("<%=L_USER_repass2_JAVA%>");
theForm.renewpasswd.focus();
return (false);
}
return (true);
}
//--></script>
<!--webbot BOT="GeneratedScript" endspan -->
<form method="post" action="pass_edit.asp" onsubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1">
<p><center><h3><%=L_USER_editpass%></h3>
<table width="50%" border="0" align="center" cellpadding="2" cellspacing="2">
<tr>
<td width="90">
<div align="right"><font color="#FF0000">**</font><%=L_USER_oldpass%>:</div></td>
<td>
<!--webbot bot="Validation" B-Value-Required="TRUE" I-Maximum-Length="50" -->
<input name="oldpasswd" type="password" id="oldpasswd" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="50"></td>
</tr>
<tr>
<td width="90">
<div align="right"><font color="#FF0000">**</font><%=L_USER_newpass%>:</div>
</td>
<td>
<!--webbot bot="Validation" B-Value-Required="TRUE" I-Maximum-Length="20" -->
<input name="newpasswd" type="password" id="newpasswd" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="20">
(<font color="#FF0000"><%=L_CHECK_USER8%></font> )</td>
</tr>
<tr>
<td width="90">
<div align="right">
<font color="#FF0000">**</font><%=L_USER_repass%>:</div></td>
<td>
<!--webbot bot="Validation" B-Value-Required="TRUE" I-Maximum-Length="20" -->
<input name="renewpasswd" type="password" id="renewpasswd" height="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="20">
(<font color="#FF0000"><%=L_CHECK_USER8%></font> )
</td>
</tr>
</td>
</tr>
</table>
<center>
<input name="method" type="hidden" id="method" value="sys">
<input type="submit" name="Submit3" value="<%=L_USER_SUBpass%>" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
</center>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -