⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changemypass.asp

📁 DEILPHI写的QQ安全软件源码!功能全套,该有的全有了,欢迎交流
💻 ASP
字号:
<HTML><HEAD><TITLE>修改密码</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type><LINK 
href="main.css" rel=stylesheet type=text/css>
<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<script language="javascript">
  function check(theForm){
  if (theForm.username.value=="")
  	{
  		alert("请填入您的用户帐号!");
  		theForm.username.focus();
  		return false;
  	}
  if (theForm.oldpassword.value=="")
  	{
  		alert("请填入您的旧密码!");
  		theForm.oldpassword.focus();
  		return false;
  	}
 if (theForm.newpassword.value=="")
  	{
  		alert("请填入您的新密码!");
  		theForm.newpassword.focus();
  		return false;
  	}
 if (theForm.newpassword.value!=theForm.password_qr.value)
        {
 		alert("新密码不一样,请重新确认新密码!");
  		theForm.password_qr.focus();
  		return false;    
        }
}
</script>
</HEAD>
<BODY aLink=#000000 bgColor=#FFD89D leftMargin=0 link=#000000 text=#000000 
topMargin=0 vLink=#000000><br><br>
<div align="center">
<TABLE border=0 cellPadding=0 cellSpacing=0 width=415 height="267">
  <TBODY>
  <TR>
    <TD align=middle height="267" width="436">
      <TABLE bgColor=#000000 border=0 cellPadding=0 cellSpacing=1 
        width="415" height="258"><TBODY>
        <TR>
          <TD align=middle bgColor=#ffffff width="438" height="256">
<form  method="post" action="userpasssave.asp" name="" onsubmit="return check(this)">
            <TABLE align=center border=0 cellPadding=0 cellSpacing=0 
width="412">
              <TBODY>
              <TR>
                <TD bgcolor="#FFC671" width="410">
                  <p align="center"><font color="#ff0000">密 码 修 改</font></p> 
                </TD></TR></TBODY></TABLE>
            <TABLE align=center border=0 borderColor=#ffffff cellPadding=0 
            cellSpacing=1 width="414" height="237">
              <TBODY>
              <TR>
                <TD bgColor=#fff8ec height=23 width=109 valign="middle" align="center">用 户 帐 号</TD>                                          
                <TD bgColor=#fff8ec height=23 width=299><input type="text" name="username" size="18"  style="width:120" class='input_dotted' maxlength="50">
                <font color="ff0000"> * </font></TD>                                                                                                              
              </TR>                         
              <TR>                         
                <TD bgColor=#FFF8EC height=27 width="109" valign="middle" align="center">旧&nbsp;                                          
                  密&nbsp; 码</TD>                                                                   
                <TD bgColor=#FFF8EC height=27 width=299><input type="password" name="oldpassword" size="18"  style="width:120" class='input_dotted' maxlength="50"><font color="ff0000"> 
                  * </font></TD>                                                                                                                                           
              </TR>                         
              <TR>                        
                <TD bgColor=#FFF8EC height=27 width=109 valign="middle" align="center">新&nbsp;                                          
                  密&nbsp; 码</TD>                                                                   
                <TD bgColor=#FFF8EC height=27 width=299><input type="password" name="newpassword" size="18"  style="width:120" class='input_dotted' maxlength="50"><font color="ff0000"> 
                  * </font></Td>                                                                                                                                 
              </TR>                         
              <TR>                        
                <TD bgColor=#FFF8EC height=27 width="109" valign="middle" align="center">确认新密码</TD>                                                                                                                    
                <TD bgColor=#FFF8EC height=27 width="299"><input type="password" name="password_qr" size="18"  style="width:120" class='input_dotted' maxlength="50"><font color="ff0000"> 
                  *</font>                                                                                                                                   
 </TD></TR>                         
 <TR>                        
                <TD bgColor=#FFF8EC height=23 width="109" valign="middle" align="center">                            
                             
</TD>                        
                <TD bgColor=#FFF8EC height=23 width="299">    
</TD></TR>
                         
              <TR>                        
                <TD bgColor=#FFF8EC height=98 width="408" colspan="2" valign="middle" align="center">
              <input type=image src="sure.gif" style="cursor:hand"  name="image">                       
              </TD>                        
              </TR></TBODY></TABLE>                        
          </TD></TR></TBODY></TABLE></TD>                        
  </TR></TBODY></TABLE></div></BODY>
  </HTML>                    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -