regsetp3.jsp

来自「实现网上购物」· JSP 代码 · 共 62 行

JSP
62
字号
<%@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 + =
减小字号Ctrl + -
显示快捷键?