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

📄 mimaxiugai.asp

📁 自己做的一个在线光碟租售系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!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}
body {
	margin-left: 100px;
	margin-right: 30px;
}
.STYLE5 {
	font-size: 36px;
	font-family: "华文行楷";
	color: #339966;
}
.STYLE6 {color: #00FF00}
.STYLE7 {
	font-size: 18px;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<table width="781" height="572" border="1">
  <tr>
    <td height="72" bgcolor="#666666"><div align="center" class="STYLE1">
      <div align="center"><span class="STYLE5">欢迎进入管理主页</span><img height="77" src="photo/11.jpg" width="194" align="absmiddle" /></div>
      </div></td>
  </tr>
  <tr>
    <td height="352" bgcolor="#999999"><form id="form1" name="form1" method="post" action="mimaxiugaifinish.asp">
      <div align="center">
        <p class="STYLE7">修改密码</p>
        <p>&nbsp;        </p>
      </div>
      <div align="center"></div>
      </label>
      <p>
      <label>
      <div align="center">
      <p>你当前的用户名是:
        <%response.Write session("IDname")%>
        <br />
      </p>
      <div align="center">
        请输入你的新密码
        
        <input name="MIMA1" type="password" id="MIMA1" />
        </div>
      </div>
      </label>
      </p>
      <p>
      <label>
      <div align="center">
      请再次输入新密码
      <input name="MIMA" type="password" id="MIMA" />
      </div>
      </label>
      </p>
      <p align="center">&nbsp;        </p>
        <p>
        <label>
        <div align="center">
        <input type="submit" name="Submit" value="提交" />
        <input type="reset" name="Submit2" value="重设" /> 
        <input type="button" name="button" id="button" value="返回" onClick="window.location='loginOK.asp'"/>
        </div>
        </label>
        <p align="center"><a href="loginOK.asp"></a></p>
    </form>    </td>
  </tr>
  <tr>
    <td bordercolor="#FFFFFF" bgcolor="#999999"><p align="center">注意:本网页受版权保护,任何个人或集体未经允许私自拷贝都属于违法行为,我们将采取措施。</p>
    <p align="center">@2007年12月28日</p></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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