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

📄 xg.asp

📁 自动生成简历
💻 ASP
字号:
<%if session("password")<>"" then
 mc=session("username")
%>
<html>
<head>
<title>账号密码修改</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<!--#include file="conn.asp"--> <%
	sqlcmd = ("select  * from admin where id=1")	
	rs.Open sqlcmd,conn,1,3
	
%> 
</head>
<body bgcolor="#99CC00" text="#666666" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" leftmargin="5" topmargin="5" onLoad="window.focus();">
<center>
  <form method="POST" action="xgok.asp">
    <table width="400" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr> 
        <td height="1" bgcolor="7285CF"></td>
      </tr>
      <tr align="center" bgcolor="F2F2F2"> 
        <td height="30"><font color="#CCCCCC">■</font> <font color="#999999">■</font> 
          <font color="#666666">■</font> <strong>账 号 密 码 修 改</strong> <font color="#666666">■</font> 
          <font color="#999999">■ </font><font color="#CCCCCC">■</font></td>
      </tr>
      <tr bgcolor="7285CF"> 
        <td height="1"></td>
      </tr>
    </table>
   
    <table width="400" border="1" align="center" cellpadding="0" cellspacing="2" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
      <tr> 
        <td bordercolor="7285CF" width="84" align="center" bgcolor="F2F2F2">账号</td>
        <td width="12">&nbsp;</td>
        <td width="288"> <input name="username" size="46" maxlength="40" class="editbox1" value="<%=rs("username")%>">        </td>
      </tr>
      <tr> 
        <td bordercolor="7285CF" width="84" height="22" align="center" bgcolor="F2F2F2">密码</td>
        <td width="12">&nbsp;</td>
        <td width="288"> <input name="password" size="46" maxlength="30" class="editbox1" value="<%=rs("password")%>">        </td>
      </tr>
    
      
     
      <tr> 
        <td colspan="3">         
        <input class=bottom name=B12 type=submit value="修改记录">
        <input class=bottom name=B22 type=reset value="重新填写"></td>
      </tr>
    </table>
    <br>
    <div align="center"></div>
  </form>   
</center>
</body>
</html>
<%else
Response.Redirect "login.asp"
end if%>

⌨️ 快捷键说明

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