getpwdsetp3_sub.jsp
来自「电子商务小站点,用到struts+hibernate」· JSP 代码 · 共 66 行
JSP
66 行
<%@page contentType="text/html;charset=GBK" %>
<jsp:useBean id="searchPwdForm" class="com.keyshop.shop.user.controller.SearchPasswordForm" scope="request"/>
<%
User user = (User)request.getAttribute("User");
%>
<script>
function submitForm() {
searchPasswordForm.submit();
}
</script>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i01.gif" width="10" height="10"></td>
<td background="<%=CONTEXT%>/img/QQ/i03.gif"></td>
<td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i02.gif" width="10" height="10"></td>
</tr>
<tr>
<td background="<%=CONTEXT%>/img/QQ/i04.gif"> </td>
<td>
<!--内容填写处-->
<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="Process10_product_navimg01">
<tr>
<td align="center" class="Process10_product_navtext">找回密码</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="Process10_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="top" class="Process10_product_bgcolor01"><p><br>
您的密码/用户名已经发到邮箱里了,请尽快查看您在 <%=viewConfig.getSys_name()%>上注册的邮箱!</p>
<p> </p>
<p>
<input type="button" onclick="javascript:window.location='<%=CONTEXT%>/index.jsp'" value="返回商城首页">
<br>
<br>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="565" border="0" cellpadding="0" cellspacing="0" class="Process10_product_navimg03">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td background="<%=CONTEXT%>/img/QQ/i05.gif"></td>
</tr>
<tr>
<td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i06.gif" width="10" height="10"></td>
<td background="<%=CONTEXT%>/img/QQ/i08.gif"></td>
<td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i07.gif" width="10" height="10"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?