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

📄 editaccountform1.jsp

📁 这是一个网上购物店的源码
💻 JSP
字号:
<%@ include file="IncludeTop.jsp" %>

<html:form styleId="workingAccountForm" method="post" action="/shop/editAccountPage.do">
<html:hidden name="workingAccountFormPage" property="validate" value="editAccount" />
<html:hidden name="workingAccountFormPage" property="page" value="1"/>
<html:hidden name="workingAccountFormPage" property="account.firstName"/>
<html:hidden name="workingAccountFormPage" property="account.lastName"/>
<html:hidden name="workingAccountFormPage" property="account.email"/>
<html:hidden name="workingAccountFormPage" property="account.phone"/>
<html:hidden name="workingAccountFormPage" property="account.address1"/>
<html:hidden name="workingAccountFormPage" property="account.address2"/>
<html:hidden name="workingAccountFormPage" property="account.city"/>
<html:hidden name="workingAccountFormPage" property="account.state"/>
<html:hidden name="workingAccountFormPage" property="account.zip"/>
<html:hidden name="workingAccountFormPage" property="account.country"/>
<html:hidden name="workingAccountFormPage" property="account.languagePreference"/>
<html:hidden name="workingAccountFormPage" property="account.favouriteCategoryId"/>
<html:hidden name="workingAccountFormPage" property="account.listOption"/>
<html:hidden name="workingAccountFormPage" property="account.bannerOption"/>

<table cellpadding="10" cellspacing="0" align="center" border="1" bgcolor="#dddddd"><tr><td>

<FONT color=darkgreen><H3><bean:message key="digitstore.accfield.accinfo"/></H3></FONT>
<TABLE bgcolor="#008800" border=0 cellpadding=3 cellspacing=1 bgcolor="#FFFF88">
<TR bgcolor="#FFFF88"><TD>
<bean:message key="digitstore.accfield.userid"/>:</TD><TD><html:text name="workingAccountFormPage" property="account.username" />
</TD></TR><TR bgcolor="#FFFF88"><TD>
<bean:message key="digitstore.accfield.password"/>:</TD><TD><html:password name="workingAccountFormPage" property="account.password"/>
</TD></TR><TR bgcolor="#FFFF88"><TD>
<bean:message key="digitstore.accfield.confirm"/>:</TD><TD> <html:password name="workingAccountFormPage" property="repeatedPassword"/>
</TD></TR>
</TABLE>

</td></tr></table>

<br /><center>
<input border="0" type="submit" src="../images/submit.png" name="submit" value="Next" />
</center>

</html:form>
<p>
<center><b><a href="<c:url value="/shop/listOrders.do"/>"><bean:message key="digitstore.accfield.myorders"/></a></b></center>

<%@ include file="IncludeBottom.jsp" %></p>

⌨️ 快捷键说明

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