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

📄 address.tag

📁 一个网上购物商城系统
💻 TAG
📖 第 1 页 / 共 4 页
字号:
dsy.add("0_29_10",["常山县","江山市","开化县","龙游县","衢州市"]);

dsy.add("0_30",["重庆"]);
dsy.add("0_30_0",["城口县","大足县","垫江县","丰都县","奉节县","合川市","江津市","开县","梁平县","南川市","彭水苗族土家族自治县","荣昌县","石柱土家族自治县","铜梁县","巫山县","巫溪县","武隆县","秀山土家族苗族自治县","永川市","酉阳土家族苗族自治县","云阳县","忠县","重庆市","潼南县","璧山县","綦江县"]);
//-->
</script>
<script type="text/javascript"><!--	var s=["ddlProvince","ddlCity","ddlCounty"];
	var opt0 = ["所在省","所在市","所在区"];
	function setup(){
		//alert('come');
		for(i=0;i<s.length-1;i++)
	  		document.getElementById(s[i]).onchange=new Function("change("+(i+1)+")");
		change(0);
	}
	//--></script>
<body onload="setup()">

<div class="Conright">
	<div id="control-left2">
		<div id="pannel-list-nav" style="border-bottom: 1px solid #DCE6F1;">
			<div id="bbs-title">
				<h3>
					收货地址
					<span
						style="color: #fff; padding-left: 10px; font-weight: normal;">&nbsp;&nbsp;&nbsp;&nbsp;(您可以预设您的购物收货地址)</span>
				</h3>
			</div>
			<div class="pannel-th">
				<div class="Htitle1" style="width: 60px;">
					收货人
				</div>
				<div class="Htitle1" style="width: 150px;">
					所在地区
				</div>
				<div class="Htitle1" style="width: 270px;">
					街道地址
				</div>
				<div class="Htitle1" style="width: 80px;">
					邮编
				</div>
				<div class="Htitle1" style="width: 120px;">
					电话/手机
				</div>
				<div class="Htitle1" style="width: 80px;">
					操作
				</div>
			</div>
			<!--循环-->
			<c:forEach items="${requestScope.receiveaddress}" var="address" varStatus="s">
				<div id="UpdatePanel2">
					<div class="pannel-list" onmousemove="this.className='pannel-list-on'" onmouseout="this.className='pannel-list'">
						<div class="Htitle2" style="width: 60px;height:30px;padding-top:10px;">${address.receivename}</div>
						<div class="Htitle2" style="width: 150px;height:30px;padding-top:10px;">
							<span class="fnumber">${address.province} ${address.city} ${address.area}</span>
						</div>
						<div class="Htitle2" style="width: 270px; text-align: left;height:30px;padding-top:10px;">${address.address}</div>
						<div class="Htitle2" style="width: 80px;height:30px;padding-top:10px;">${address.zip}</div>
						<div class="Htitle2" style="width: 120px;height:30px;padding-top:5px;">${address.mobile}&nbsp;&nbsp;${address.phone}<br /></div>
						<div class="Htitle2" style="width: 80px;padding-top:10px;">
							<a id="rpAddress_ctl00_lbEdit" href="#暂未实现">修改</a>|
							<a id="rpAddress_ctl00_lbDel" href="#暂未实现">删除</a>
						</div>
					</div>
				</div>
			</c:forEach>
			<!--循环-->
		</div>
		<form action="send_address.htm" method="post" >
			<div id="UpdatePanel1">
				<br />
				<table width="500" cellpadding="0" cellspacing="0"
					style="margin:auto;">
					<tr>
						<td id="AlertInfo" style="font-size: 14px; color: blue">
							&nbsp;
						</td>
					</tr>
					<tr>
						<td id="EditInfo" align="center" style="font-size: 14px; font-weight: bold">新增收货地址<font color='red'>[此处未校验,请填写全部]</font></td>
					</tr>
				</table>
				<table width="100%" cellpadding="0" cellspacing="0"
					style="border: solid 1px #B4C9E0; border-bottom: 0px;">
					<tr>
						<td class="EditTd1">
							收货人姓名
							<font style="color: Red">*</font>
						</td>
						<td colspan="3" class="EditTd2">
							<input name="tbName" type="text" id="tbName"
								style="width:200px;" />
							<span id="RequiredFieldValidator3"
								style="color:Red;display:none;">请填写收货人姓名</span>
						</td>
					</tr>
					<tr>
						<td class="EditTd1">所在地区<font style="color: Red">*</font></td>
						<td colspan="3" class="EditTd2">
							<select name="ddlProvince" id="ddlProvince" style="width:205px;">
								<option>所在份</option></select>省
							<select name="ddlCity" id="ddlCity" style="width:205px;">
								<option>所在市</option></select>市
							<select name="ddlCounty" id="ddlCounty" style="width:205px;">
								<option>所在区</option></select>区
							<span id="RequiredFieldValidator4" style="color:Red;display:none;">请选择地区</span>
						</td>
					</tr>
					<tr>
						<td class="EditTd1">街道地址<font style="color: Red">*</font></td>
						<td colspan="3" class="EditTd2">
							<input name="tbAddress" type="text" maxlength="100" id="tbAddress" style="width:430px;" /> (不需要重复填写省/市/区)
							<span id="RequiredFieldValidator1" style="color:Red;display:none;">请填写街道地址</span>
						</td>
					</tr>
					<tr>
						<td class="EditTd1"> 邮政编码<font style="color: Red">*</font></td>
						<td colspan="3" class="EditTd2">
							<input name="tbZip" type="text" maxlength="6" id="tbZip" />
							<span id="RequiredFieldValidator2" style="color:Red;display:none;">请填写邮政编码</span>
							<span id="RegularExpressionValidator1" style="color:Red;display:none;">邮政编码不正确</span>
						</td>
					</tr>
					<tr>
						<td class="EditTd1">电话号码</td>
						<td class="EditTd2">
							<input name="tbPhone" type="text" maxlength="20" id="tbPhone" />
							(区号-电话号码-分机)
							<span id="RegularExpressionValidator3" style="color:Red;display:none;">电话号码不正确</span>
						</td>
						<td class="EditTd2">手机号码</td>
						<td class="EditTd2">
							<input name="tbMobile" type="text" maxlength="11" id="tbMobile" />
							<span id="RegularExpressionValidator2" style="color:Red;display:none;">手机号码不正确</span>
						</td>
					</tr>
				</table>
				<div id="ValidationSummary1" style="color:Red;display:none;">
				</div>
			</div>
			<div class="pages-nav">
				<div class="page-center">
					最多保存5个有效地址
					<br />
					<div id="UpdatePanel3"><input type="submit" name="btnSave" value="保 存" onclick="" id="btnSave" class="sbutton" />&nbsp;&nbsp;</div>
					<a href="${pageContext.request.contextPath}/cart.htm">返回购物车</a>&nbsp;
					<a href="${pageContext.request.contextPath}/checkout.htm">返回结算页面</a>
				</div>
			</div>
		</form>
	</div>
</div>

⌨️ 快捷键说明

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