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

📄 registerok.asp

📁 一套集网上购物和商品管理为一体的强大的网上商店(商城)系统
💻 ASP
字号:
<!-- #include file="conn.asp" -->
<!--#include file="webconfig.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=webname%></title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="include/top.asp" -->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr valign="top"> 
    <td width="1" bgcolor="#cccccc"></td>
    <td width="220" height="100">
      <!--#include file="include/left1.asp" -->
    </td>
    <td width="1" bgcolor="cccccc"></td>
    <td align="center"> 
	<!--#include file="include/search.asp" -->
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr> 
          <td align="center" valign="top"> 
            <table cellspacing=0 cellpadding=3 width="98%" border=0>
              <tr bgcolor="#E1FBE3"> 
                <td height=20 align="center" bgcolor="#DDF7FF"><font color="#ff9999"><b><font color="#FF0000">恭喜!注册成功!</font></b></font><b></b></td>
              </tr>
              <tr> 
                <td align="right">&nbsp;</td>
              </tr>
              <tr> 
                <td align="center">( 从现在开始您可享受会员价购买东东了)</td>
              </tr>
              <tr> 
                <td align="center">&nbsp;</td>
              </tr>
              <tr> 
                <td align="center"> 
                  <table width="100%" border="0" cellspacing="0" cellpadding="2">
                    <tr> 
                      <td width="50%" align="right"><font color="#0099CC">你的用户名是:</font></td>
                      <td><font color="#FF66CC"><%=session("userid")%></font></td>
                    </tr>
                    <tr> 
                      <td align="right"><font color="#0099CC">你的密码是:</font></td>
                      <td><font color="#FF66CC"><%=session("password")%></font></td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr> 
                <td align="center">&nbsp; </td>
              </tr>
              <tr> 
                <td align="center"><font color="#0099CC">温馨提示&gt;&gt;</font><font color="#88E4FF">请保管好你的用户名及密码,或记在笔记本上。</font></td>
              </tr>
              <tr> 
                <td align="center"> 
                  <input type="button" name="Submit3" value="为了方便你在我站购物,请把你的详细资料填写完整&gt;&gt;" onClick="javascript:window.location.href='my_user_modi.asp'" class="sinput" style="width:350px">
                </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td align="center" valign="top">&nbsp;</td>
        </tr>
      </table>
    </td>
    <td width="1" bgcolor="cccccc"></td>
  </tr>
</table>
<!-- #include file="include/bottom.asp" -->
</body>
</html>

⌨️ 快捷键说明

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