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

📄 register_ok.asp

📁 《网上图书管理系统》 开发及测试环境 操作系统:Windows 2000 Server 后台数据库:Access 2000 Web服务器:IIS 5.0  系统在该环境下测试通过运行。
💻 ASP
字号:
<%@language="VBScript" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>会员注册成功!</title>
<link href="style.css" rel="stylesheet">
</head>
<body leftmargin="0" topmargin="0">
<table width="640" height="133" border="0" cellpadding="-1" cellspacing="-1">
  <tr>
    <td background="images/register_top.jpg">&nbsp;</td>
  </tr>
</table>
<table width="640" height="318" border="0" cellpadding="-1" cellspacing="-1">
  <tr> 
    <td height="95" background="images/buycar_bottom.jpg"> 
      <div align="center"> 
        <table width="365" height="81" border="0" align="center" cellpadding="0"
		 cellspacing="0" bordercolor="#FFFFFF" bordercolorlight="#FFFFFF"
		  bordercolordark="#0000FF">
          <tr> 
            <td width="76" height="59" align="right" valign="middle" nowrap> 
              <div align="left"></div></td>
            <td width="289" align="right" valign="middle" nowrap><div align="left">
			<font color="#666699" size="2">祝贺您,已经注册成功!</font><font color="#C60001"> 
                <br>
                <font color="#666699">您的会员ID号为:</font><strong><font size="2">[ 
                <% response.Write(session("MyID"))%>
                ]</font></strong> <font color="#666699"><br>
                密码为:</font> <strong><font size="2">[ 
                <% response.Write(session("MyPWD"))%>
                ]</font></strong><font color="#666699"> 请记好!</font> <br>
                </font><font color="#666699" size="2">单击“返回”按钮到收银台结账。
				</font></div></td>
          </tr>
        </table>
      </div></td>
  </tr>
  <tr>
    <td height="53" background="images/buycar_bottom.jpg"><div align="center">
	<a href="checkout.asp"><img src="images/register_back.gif" width="81"
	 height="36" border="0"></a></div></td>
  </tr>
  <tr> 
    <td background="images/buycar_bottom.jpg"><table width="97%" border="0"
	 align="center" cellpadding="-1" cellspacing="-1">
        <tr> 
          <td><div align="center"><font size="2">本站请用IE4.0或以上版本浏览,
		  800*600</font>0为<font size="2">最佳效果 
              <br>
              </font>版权所有:长春市明日科技有限责任公司 <font size="2"><br>
              </font>客户信箱:mingrisoft@sina.com 联系电话:0431-4972266</div></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>
<% session("mName")=""%>

⌨️ 快捷键说明

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