xiugaimima.asp

来自「自己做的一个在线光碟租售系统」· ASP 代码 · 共 71 行

ASP
71
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/CONNECT.asp" -->
<%

set Command1 = Server.CreateObject("ADODB.Command")
Command1.ActiveConnection = MM_CONNECT_STRING
Command1.CommandText = "UPDATE admin SET psw='' WHERE "
Command1.CommandType = 1
Command1.CommandTimeout = 0
Command1.Prepared = true
Command1.Execute()

%>
<!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=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {color: #0000FF}
-->
</style>
</head>

<body>
<table width="781" height="414" border="1">
  <tr>
    <td bgcolor="#666666"><div align="center" class="STYLE1">密码修改</div></td>
  </tr>
  <tr>
    <td bgcolor="#00FFCC"><form id="form1" name="form1" method="post" action="">
      <label>
      <div align="center">请输入你原始密码
        <input name="TX3" type="text" id="TX3" />
</div>
      </label>
      <p>
      <label>
      <div align="center">
      请输入你的新密码
            
      </div>
      </label>
      </p>
      <p>
      <label>
      <div align="center">
      请再次输入新密码
      <input name="TX5" type="text" id="TX5" />
      </div>
      </label>
      </p>
      <input name="TX4" type="text" id="TX4" />
      <p align="center">&nbsp;        </p>
        <p>
        <label>
        <div align="center">
        <input type="submit" name="Submit" value="提交" />
        </div>
        </label>
        </p>
</form>    </td>
  </tr>
  <tr>
    <td bgcolor="#CC00FF">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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