ASP+ACCESS网上招聘网站开发+ER图+用例图(23)_毕业论文

毕业论文移动版

毕业论文 > 计算机论文 >

ASP+ACCESS网上招聘网站开发+ER图+用例图(23)


alert("旧密码输入错误,请重新填写!")
history.back(1)
</script>
<%
else
sql="update User_login set password='"&newpass&"' where id='"&session("user_id")&"'"
conn.execute(sql)
conn.close
set conn=nothing
%>
<script language="JavaScript">
alert("密码修改成功!")
history.back(1)
</script>
<%
end if
end if
%>
<table width="970" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td width="155" bgcolor="f9f9f9"><!--#include file="left.asp"--></td>
    <td>
<table width="580" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td><font class="boxtitle">修改密码</font></td>
  </tr>
</table>
<table width="580"  border="0" cellspacing="0" cellpadding="0" align="center">
                        <tr bgcolor="#cecfce">
                          <td height="1" colspan="3" align="center" bgcolor="#cecfce"></td>
                        </tr>
<form name="newreg" method="post" action="?oper=edit" onsubmit="return VerifySubmit(newreg)">
                        <tr>
                          <td width="23" height="30" align="right" bgcolor="#f7f7f7">&nbsp;</td>
                          <td width="80" align="right" bgcolor="#f7f7f7"> 旧 密 码:</td>
                          <td width="471" height="30">&nbsp;
                              <input name="password" type="password" size="25" maxlength ="25"></td>
                        </tr>
                        <tr bgcolor="#cecfce">
                          <td height="1" colspan="3" align="right"></td>
                        </tr> (责任编辑:qin)