?? surebuy.jsp
字號(hào):
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="訂單確認(rèn)"/>
</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> 時(shí)間要求</STRONG>: (注:如對(duì)送貨時(shí)間有特別要求請(qǐng)注明)
</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>只工作日送貨(雙休日、假日不用送) (注:寫字樓/商用地址客戶請(qǐng)選擇)</TD>
</TR>
<TR bgColor=#ffffff>
<TD>
<DIV align=right>
<INPUT type=radio id="time1" value="指定時(shí)間" name=time1>
</DIV>
</TD>
<TD>學(xué)校地址/地址白天沒(méi)人,請(qǐng)盡量安排其他時(shí)間送貨 (注:特別安排可能會(huì)超出預(yù)計(jì)送貨天數(shù))</TD>
</TR>
<TR bgColor=#ffffff>
<TD colSpan=2>特殊說(shuō)明: <INPUT type="text" id="remark"
name="remark" size="50" maxlength="15"
value=""/><font color=red>(不能超過(guò)15個(gè)字)</font>
</TD>
</TR>
</TBODY>
</TABLE>
</DIV>
</TD>
</TR>
</TBODY>
</TABLE>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -