success.jsp
来自「shopping home JSP system」· JSP 代码 · 共 67 行
JSP
67 行
<%@page contentType="text/html;charset=GBK" %>
<%@include file="jsp/pub/pub.jsp"%>
<%
if(currentChannel.getDescription() != null) {
PAGETITLE = currentChannel.getDescription();
} else {
PAGETITLE = currentChannel.getChannelZhName() + PAGETITLE;
}
PAGEDESCRIPTION = PAGETITLE;
PAGEKEYWORDS = PAGETITLE;
%>
<%@include file="/jsp/pub/top.jsp"%>
<table width="775" height="342" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="775"> </td>
</tr>
<tr>
<td height="287" valign="top"><table width="100%" height="287" border="0" cellpadding="0" cellspacing="0" background="<%=CONTEXT%>/img/dh_bg_1.gif">
<tr>
<td height="30" colspan="2"><table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="GWIndex_txt01"><font color="#CC6600">用户注册</font></td>
</tr>
</table></td>
</tr>
<tr valign="top">
<td height="231" colspan="2" align="center"><form name="form2" method="post" action="">
<table width="100%" height="226" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18%" align="center"><img src="<%=CONTEXT%>/img/login_bg.gif" width="102" height="218"></td>
<td width="82%" align="center"><table width="92%" height="172" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="45" align="center" class="login01Index_Titletxt"> </td>
</tr>
<tr>
<td height="76">恭喜您已注册成功!您的信息已经发到您的邮箱里!<br></td>
</tr>
<tr>
<td align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="22%"> </td>
<td width="78%"><input type="button" name="Submit" onclick="javascript:window.top.location='<%=CONTEXT%>'" value="返回商城首页"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td width="33%" align="center"> </td>
<td width="67%"> </td>
</tr>
</table></td>
</tr>
<tr>
<td> </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 + -
显示快捷键?