📄 set_admin_password.jsp
字号:
<%@page contentType="text/html"%><%@page pageEncoding="UTF-8"%><%@ include file="../mBase/nForum.jsp"%><%@ include file="../mBase/Config.jsp"%><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>管理密码设置</title><LINK REL="stylesheet" HREF="../images/szpay.css" TYPE="text/css"></head><body><center> <jsp:include page="../mBase/Head_1.jsp"/><DIV id="nav" class="w"><DIV class="l"><a href="../index.htm"><b><%=nTitle%></b></a>-><a href="default.jsp"><b>系统后台管理</b></a>->管理密码设置</DIV><DIV id="login" class="r"><a href="index.jsp">重登陆</a><a href="login_out.jsp">退出</a></DIV></DIV><jsp:include page="../mBase/AD_928x90_top.jsp"/><DIV id="forum" class="w"><H1>管理密码设置</H1><form method="post" action="set_admin_user_save.jsp" name="form1" onsubmit="javascript:return check();"> <DIV class="q"><DIV class="o"><BR /><BR /><b>当前管理:</b><input name="admin" value="<%=username%>" class=o1 id="username" disabled> <span class="cRed">*</span> <span class="cGreen">当前后台管理用户ID号</span><BR /><b>当前密码:</b><input name="old_password" class=o1 id="old_password" > <span class="cRed">*</span> <span class="cGreen">未修改之前的管理密码</span><BR /><BR /><b>修改密码:</b><input name="password" type="password" class=o1 id="password"><BR /><b>重复密码:</b><input name="password1" type="password" class=o1 id="password1"><BR /><input class="p" type="submit" value="提交保存" name="regsubmit"><BR /><BR /><BR /></DIV></DIV></form></DIV><script language=javascript>function check(){ if(document.form1.old_password.value=="") { alert("当前管理密码不可为空"); return false; } if(document.form1.password.value=="") { alert("修改后管理密码不可为空"); return false; } if(document.form1.password1.value=="") { alert("重复管理密码不可为空"); return false; } if(document.form1.password1.value!=document.form1.password.value) { alert("两次输入管理密码不相同"); return false; } }</script><jsp:include page="../mBase/AD_928x90_down.jsp"/><jsp:include page="../mBase/Footer_1.jsp"/></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -