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

📄 pwdshow.asp

📁 一套很早的多用户电子商务程序
💻 ASP
字号:
<%
sid=request("id")
spwd=request("pwd")

%>
<html>

<head>
<style type="text/css">
<!-
td{font-size:12px;}
body{font-size:12px;line-height:17px;}
a:link{text-decoration:none;color:#008040}
a:visited{text-decoration:none;color:#008040}
a:active{text-decoration:none}
a:hover {  color:#FF8040; text-decoration: underline}
->
</style>
<meta HTTP-EQUIV="Refresh" Content=" 10; URL=admin.asp ">
<title>密码修改成功</title>
</head>

<body background="002.gif">

<p> </p>

<p align="center"><strong><font size="3" color="#FF0000">恭喜你,密码修改成功!</font></strong></p>
<div align="center"><center>

<table border="1" width="233" cellpadding="5" bordercolordark="#FFFFFF"
bordercolorlight="#C0C0C0" bordercolor="#FFFFFF" bgcolor="#F0D8A6">
  <tr>
    <td width="116"><p align="right">你的用户名是:</td>
    <td width="117"><p align="left"><%Response.Write sid %></td>
  </tr>
  <tr>
    <td width="116"><p align="right">你的新密码是:</td>
    <td width="117"><p align="left"><%Response.Write spwd %></td>
  </tr>
</table>
</center></div>

<p align="center"><a href="admin.asp">[10秒钟后自动返回]</a></p>
</body>
</html>

⌨️ 快捷键说明

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