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

📄 regsetp3.jsp

📁 shopping home JSP system
💻 JSP
字号:
<%@page contentType="text/html;charset=GBK" %>
<%@ taglib uri="/bean" prefix="bean" %>
<%@ taglib uri="/html" prefix="html" %>
<%@ taglib uri="/logic" prefix="logic" %>
<%@ taglib uri="/keyshop" prefix="keyshop" %>
<%@include file="/jsp/pub/pub.jsp"%>
<%
	//设置网页title, 关键字,网页描述。
	PAGETITLE = "用户注册成功" + PAGETITLE;
	PAGEDESCRIPTION =  PAGETITLE;
	PAGEKEYWORDS = PAGETITLE;
%>
<%@include file="/jsp/pub/top.jsp"%>
<table width="775" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height=4></td>
  </tr>
</table>
<table width="565" border="0" align="center" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top">
    	<table width="565" border="0" cellpadding="0" cellspacing="0" class="Process03_product_navimg01">
        <tr>
          <td align="center" class="Process03_product_navtext">用户注册</td>
        </tr>
      </table>
      <table width="100%" border="0" hight="150" cellpadding="0" cellspacing="0" class="Process03_product_navimg02">
        <tr>
          <td align="center" valign="top">
          	<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolorlight="#D4D4D4" bordercolordark="white">
              <tr> 
                <td width="100%" align="center" valign="middle" class="Process03_product_bgcolor01">
                	恭喜您已注册成功!注册信息将以邮件形式发送至您的信箱,请及时查阅!</td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td align="center">
                	<input type="button" onclick="javascript:window.top.location='<%=CONTEXT%>'" value="返回"></td>
              </tr>
            </table>
          </td>
			  </tr>
			</table>
      <table width="565" border="0" cellpadding="0" cellspacing="0" class="Process03_product_navimg03">
        <tr>
          <td>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table width="775" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height=4></td>
  </tr>
</table>
<%@include file="/jsp/pub/bottom.jsp"%>

⌨️ 快捷键说明

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