📄 pwdchange.jsp
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file="/inc/pv/user.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>
<%
//判断是否已经进行过试用申请
String strOfficeStyle = site.bean.SitePara.strVirtualName + "/member/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieUserTheme,"stand");
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title> 会员办公室--<%=site.bean.SitePara.strWebTitle%> </title>
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/content.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/tree.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/mainframe.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/css.css" type="text/css" />
<script type="text/javascript" src="<%=site.bean.SitePara.strVirtualName%>/member/js/tree.jsp?baseurl=<%=strOfficeStyle%>"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/xmlhttp.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/check.js"></script>
<link rel="shortcut icon" href="<%=site.bean.SitePara.strVirtualName%>/favicon.ico">
<style type="text/css">
<!--
.button1 { BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BACKGROUND: url(<%=strOfficeStyle%>/images/cxt_zc_image0022.gif); BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px; WIDTH: 118px; CURSOR: pointer; HEIGHT: 31px; BORDER-RIGHT-WIDTH: 0px
}
.STYLE1 {font-size: 12px}
-->
</style>
<script language="javascript">
<!--
function countCost(loObj){
}
//-->
</script>
</head>
<body>
<%@ include file="../top.jsp"%>
<div id="screen">
<!--content-->
<div id="contentfloat">
<div id="content">
<script>
function checkForm(){
var oldpa=document.getElementById("oldpassword").value;
if(oldpa==""){
alert('请输入原始密码!');
return false;
}
var newpwd=document.getElementById("newpassword").value;
if(newpwd==""){
alert('请您输入新密码');
return false;
}
var cfmnewpwd=document.getElementById("cfmnewpwd").value;
if(cfmnewpwd==""){
alert('请您输入确认新密码!');
return false;
}
if(cfmnewpwd!=newpwd){
alert('确认密码与新密码不符!');
document.getElementById("cfmnewpwd").value="";
return false;
}
__XmlHttpPool__.PostRemoteData("<%=site.bean.SitePara.strVirtualName%>/member/work.do?action=pwd&nr="+Math.random(),on_aJax_GetReceiveData,"oldpassword="+oldpa+"&newpassword="+newpwd+"&cfmnewpwd="+cfmnewpwd);
return false;
}
</script>
<form action="<%=site.bean.SitePara.strVirtualName%>/member/work.do" onsubmit="javascript:checkForm();return false;" method="post">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="2" bgcolor="#fd790d"></td>
</tr>
<tr>
<td height="20"> </td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="border1">
<tr>
<td height="110" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="40" class="font14"><font color="#ff0000"><strong> <img src="../images/mima.gif" width="30" height="32" align="absmiddle" /> 密码修改 </strong><span class="font5d STYLE1">*为必添项</span></font></td>
</tr>
<tr>
<td height="1" bgcolor="#dddddd"></td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="17%" align="right">现用密码: </td>
<td width="83%" height="30"><input type="password" maxlength=20 minLength=6 name="oldpassword" id="oldpassword" /></td>
</tr>
<tr>
<td align="right">新密码: </td>
<td height="30"><input type="password" name="newpassword" maxlength=20 minLength=6 id="newpassword" /></td>
</tr>
<tr>
<td align="right">确认新密码: </td>
<td height="40"><input type="password" name="cfmnewpwd" maxlength=20 minLength=6 id="cfmnewpwd"/></td>
</tr>
</table> </td>
</tr>
</table> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="30" valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#dddddd">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="29" align="center"><input type="submit" name="Submit" value="提交" />
<input type="reset" name="reset" value="重置" /></td>
</tr>
</table></td>
</tr>
</table>
</form>
<br />
<br />
</div>
</div>
<!--end/content-->
<!--left-->
<div id="leftmenu">
<!--menu-->
<div id="tree1"></div>
<!--end/menu-->
</div>
<!--end/left-->
</div>
<script language="javascript" src="<%=strOfficeStyle%>/menu.jsp?iid=<%=request.getParameter("iid")%>"></script>
<script type="text/javascript">treeInit();</script>
<%@ include file="../bot.jsp"%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -