📄 surebuy.jsp
字号:
function showpop(){
window.location.href = "#top";
document.getElementById('PopShopping').style.display='block';
}
function showshdatepop(){
window.location.href = "#top";
document.getElementById('PopShipdate').style.display='block';
}
function hidepop(){
document.getElementById('PopShopping').style.display='none';
if (document.getElementById("invoicetitle").value.Trim()=="")
document.getElementById("invoicetitle").focus();
else if (document.getElementById("invoicecontent").value=="^^")
document.getElementById("invoicecontent").focus();
}
function hidegiftcardpop(){
document.getElementById('popGiftCard').style.display='none';
}
function hideduppop(){
document.getElementById('PopDup').style.display='none';
}
function hideshipdatepop(){
document.getElementById('PopShipdate').style.display='none';
}
</script>
<TD bgColor="#3163ce" align="right" style="padding:0 100px 0 0">
<div id="layer_finish1" >
<form action="SureBuy" method=post>
<input type="hidden" id="orderSubmit" name="orderSubmit" value="yes"/>
<input type="submit" id="sure" name="sure" value="订单确认"/>
</form>
</div>
</TD>
<TD vAlign=top width=7 bgColor=#3163ce><IMG height=17 src="images/az-s-top-right-blue-corner.gif" width=17></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=17 cellPadding=0 width="100%" align=center bgColor=#d5d5b5 border=0>
<TBODY>
<TR>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
<TD width=6><IMG src="images/az-s-spc-tl-inside-drksnd.gif" height=20 width=6></TD>
<td bgcolor="#BBBB9E"><div align="center" class="font14"><strong>配送详情</strong></div></td>
<TD width=6><IMG src="images/az-s-spc-tr-inside-drksnd.gif" height=20 width=6></TD>
</TR>
</TABLE>
<TABLE cellSpacing=0 cellPadding=3 width="100%" border=0>
<TBODY>
<TR>
<TD width=80 bgColor=#eeeeee> <STRONG>送货地址:</STRONG></TD>
<TD bgColor=#eeeeee>
</TD>
</TR>
</TBODY>
</TABLE>
<input type=hidden id=hiddenProvince name=hiddenProvince value="11">
<TABLE cellSpacing=0 cellPadding=5 width="100%" border=0>
<TBODY>
<TR>
<TD bgColor=#ffffff> 姓名:
<%
User user = (User)request.getSession(true).getAttribute("user");
out.println(user.getFName()+" "+user.getMName()+" "+user.getLName());
%><BR> 地址:
<%
out.println(user.getMaillingAddress());
%>
<BR> 电话:
<%
out.println(user.getPhoneNumber());
%>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=3 width="100%" border=0>
<TBODY>
<TR>
<TD width=150 bgColor=#eeeeee> <STRONG>送货方式:</STRONG>(<A
href="help.html">了解更多</A>)
</TD>
<TD bgColor=#eeeeee></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=4 width="100%" bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD>
<table>
<TBODY>
<TR>
<td colSpan=2><STRONG> 送货方式</STRONG>:<a href="help.html">帮助中心</a></td>
</tr>
<tr>
<td height="30"> </td>
<td height="30"> 送货方式:
<%
if(user.getMethodShipment()==0) {
out.println("Next day delivery");
} else {
out.println("regular post");
}
%> </td>
</tr>
</TBODY>
</table>
<DIV id="shippingtime">
<TABLE cellSpacing=0 cellPadding=4 width="100%" border=0>
<TBODY>
<TR>
<TD colSpan=2><STRONG> 时间要求</STRONG>: (注:如对送货时间有特别要求请注明)
</TD>
</TR>
<TR bgColor=#ffffff>
<TD>
<DIV align=right>
<INPUT type=radio id="time1" value="每天均可送货" name=time1>
</DIV>
</TD>
<TD>工作日、双休日与假日均可送货</TD>
</TR>
<TR bgColor=#ffffff>
<TD width="10%">
<DIV align=right>
<<INPUT type=radio id="time1" value="只双休日,假日送货" name=time1>
</DIV>
</TD>
<TD>只双休日、假日送货(工作日不用送)</TD>
</TR>
<TR bgColor=#ffffff>
<TD>
<DIV align=right>
<INPUT type=radio id="time1" value="只工作日送货" name=time1>
</DIV>
</TD>
<TD>只工作日送货(双休日、假日不用送) (注:写字楼/商用地址客户请选择)</TD>
</TR>
<TR bgColor=#ffffff>
<TD>
<DIV align=right>
<INPUT type=radio id="time1" value="指定时间" name=time1>
</DIV>
</TD>
<TD>学校地址/地址白天没人,请尽量安排其他时间送货 (注:特别安排可能会超出预计送货天数)</TD>
</TR>
<TR bgColor=#ffffff>
<TD colSpan=2>特殊说明: <INPUT type="text" id="remark"
name="remark" size="50" maxlength="15"
value=""/><font color=red>(不能超过15个字)</font>
</TD>
</TR>
</TBODY>
</TABLE>
</DIV>
</TD>
</TR>
</TBODY>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -