📄 jsactionshopxp1.asp
字号:
<TD bgColor=#cae8eb height=1></TD>
</TR>
<TR>
<TD height=21><a href="shopxphelp.asp?action=changjianwenti"><img
src="img_shopxp/xiao/company_mn06.gif" border="0"></a></TD>
</TR>
<TR>
<TD bgColor=#e3e3e3 height=1></TD>
</TR>
<TR>
<TD height=21><a href="fankuixpliuyan.asp"><img
src="img_shopxp/xiao/company_mn07.gif" border="0"></a></TD>
</TR>
<TR>
<TD bgColor=#e3e3e3 height=1></TD>
</TR>
<TR>
<TD height=15></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD><img
src="img_shopxp/xiao/rbox_bottom_04.gif" width="239" height="10"></TD>
</TR>
<TR>
<TD height=7></TD>
</TR>
</TBODY>
</TABLE></td>
<TD class=b vAlign=top align=left >
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=33> <span class="style4"><a href=index.asp>SHOPXP购物系统</a> >> 填写收货信息</span></td>
</tr>
</table>
<table width="660" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35" colspan="2" align="center"><table width="100%" height="39" border="0" align="center" cellpadding="0" cellspacing="0" background="img_shopxp/xiao/200309baskettitlebar.gif">
<tr>
<td height="39"><div align="center">请正确填写以下收货信息</div></td>
</tr>
</table></td>
</tr>
<form name="shouhuoxx" method="post" action="jsactionshopxp2.asp" onSubmit="ssxx">
<tr bgcolor="#ffffff">
<td width="30%" height="30" align="right" class="table-xia">收货人真实姓名:</td>
<td width="70%" height="30" style="PADDING-LEFT: 20px" class="table-xia"><input name=userid type=hidden value="70">
<input name="shopxp_shiname" class="wenbenkuang" type="text" id="shopxp_shiname" size="16" value=>
性别:
<select class="wenbenkuang" name="shousex" id="shousex">
<option value=1 >男</option>
<option value=2 >女</option>
<option value=0 >保密</option>
</select>
</td>
</tr>
<tr bgcolor="#ffffff">
<td width="30%" height="30" align="right" class="table-xia">详细地址:</td>
<td width="70%" height="30" style="PADDING-LEFT: 20px" class="table-xia"><input class="wenbenkuang" name="shopxp_shdz" type="text" id="shopxp_shdz" size="50" value=>
</td>
</tr>
<tr bgcolor="#ffffff">
<td width="30%" height="30" align="right" class="table-xia">邮政编码:</td>
<td width="70%" height="30" style="PADDING-LEFT: 20px" class="table-xia"><input class="wenbenkuang" name="youbian" type="text" id="youbian" size="16" value="" ONKEYPRESS="event.returnValue=IsDigit();"></td>
</tr>
<tr bgcolor="#ffffff">
<td width="30%" height="30" align="right" class="table-xia">联系电话:</td>
<td width="70%" height="30" style="PADDING-LEFT: 20px" class="table-xia"><input class="wenbenkuang" name="usertel" type="text" id="usertel" size="16" value=>
</td>
</tr>
<tr bgcolor="#ffffff">
<td width="30%" height="30" align="right" class="table-xia">电子邮件:</td>
<td width="70%" height="30" style="PADDING-LEFT: 20px" class="table-xia"><input class="wenbenkuang" name="useremail" type="text" id="useremail" size="30" value=>
</td>
</tr>
<tr bgcolor="#ffffff">
<td width="30%" height="30" align="right" class="table-xia">送货方式:</td>
<td width="70%" height="30" style="PADDING-LEFT: 20px" class="table-xia"><select name=shopxp_shfs size=5 style='width:180px'><option value=1>普通平邮 [7元] </option><option value=2>特快专递(EMS) [13元] </option><option value=3>送货上门 [25元] </option><option value=21>红利送货 [27元] </option><option value=22>专车送货 [33元] </option></select>
</td>
</tr>
<tr bgcolor="#ffffff">
<td width="30%" height="30" align="right" class="table-xia">支付方式:</td>
<td width="70%" height="30" style="PADDING-LEFT: 20px" class="table-xia"><select name=zhifufangshi size=5 style='width:180px'><option value=4>货到付款</option><option value=16>邮局汇款</option><option value=6>交通银行汇款</option><option value=5>建设银行汇款</option><option value=19>其它银行汇款</option><option value=17>预存款支付</option></select>
</td>
</tr>
<tr bgcolor="#ffffff">
<td height="40" colspan="2" align=center><input class="go-wenbenkuang" type="button" name="Submit2" value="上一步" onClick="javascript:history.go(-1)">
<input class="go-wenbenkuang" type="submit" name="Submit4" value="OK,下一步" onclick='return ssxx();'>
</td>
</tr>
</form>
</table>
<SCRIPT LANGUAGE="JavaScript">
<!--
function IsDigit()
{
return ((event.keyCode >= 48) && (event.keyCode <= 57));
}
function checkspace(checkstr) {
var str = '';
for(i = 0; i < checkstr.length; i++) {
str = str + ' ';
}
return (str == checkstr);
}
function ssxx()
{
if(checkspace(document.shouhuoxx.shopxp_shiname.value)) {
document.shouhuoxx.shopxp_shiname.focus();
alert("对不起,请填写收货人姓名!");
return false;
}
if(checkspace(document.shouhuoxx.shopxp_shdz.value)) {
document.shouhuoxx.shopxp_shdz.focus();
alert("对不起,请填写收货人详细收货地址!");
return false;
}
if(checkspace(document.shouhuoxx.youbian.value)) {
document.shouhuoxx.youbian.focus();
alert("对不起,请填写邮编!");
return false;
}
if(document.shouhuoxx.youbian.value.length!=6) {
document.shouhuoxx.youbian.focus();
alert("对不起,请正确填写邮编!");
return false;
}
if(checkspace(document.shouhuoxx.usertel.value)) {
document.shouhuoxx.usertel.focus();
alert("对不起,请留下您的电话!");
return false;
}
if(checkspace(document.shouhuoxx.shopxp_shfs.value)) {
document.shouhuoxx.shopxp_shfs.focus();
alert("对不起,请选择送货方式!");
return false;
}
if(document.shouhuoxx.useremail.value.length!=0)
{
if (document.shouhuoxx.useremail.value.charAt(0)=="." ||
document.shouhuoxx.useremail.value.charAt(0)=="@"||
document.shouhuoxx.useremail.value.indexOf('@', 0) == -1 ||
document.shouhuoxx.useremail.value.indexOf('.', 0) == -1 ||
document.shouhuoxx.useremail.value.lastIndexOf("@")==document.shouhuoxx.useremail.value.length-1 ||
document.shouhuoxx.useremail.value.lastIndexOf(".")==document.shouhuoxx.useremail.value.length-1)
{
alert("Email地址格式不正确!");
document.shouhuoxx.useremail.focus();
return false;
}
}
else
{
alert("Email不能为空!");
document.shouhuoxx.useremail.focus();
return false;
}
}
//-->
</script>
</TD>
<td width="1" background="img_shopxp/xiao/bgbg.gif"></td>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table>
<table width="996" align="center" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td colspan="2" background="img_shopxp/xiao/bgbg.gif"></td>
</tr>
<tr>
<td width="88%" height="31" align="center" valign="middle" background="img_shopxp/xiao/main53.gif"><div align="center">合作伙伴 : | <a href=http://www.010net.cn target=_blank>北京易通</a>
</div></td>
<td width="12%" align="center" valign="middle" background="img_shopxp/xiao/main53.gif"> </td>
</tr>
</table>
<table width="996" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<form name="youjian" method="post" action="dysend.asp">
<td width="225" style='padding-left:1px'><div align="center">
<input name="useremail" type="text" id="useremail" style="ime-mode:disabled"onfocus="this.value=''" value="填写您的email订阅本站会刊" size="23">
<input type="submit" name="Submit3" value="订阅" onClick="return checkmail();">
</div></td>
</form>
<td width="12" rowspan="2"><img src="img_shopxp/xiao/xian.gif" width="12" height="115"></td>
<td width="759" rowspan="2" valign="top"><table width="86%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35"><a href="index.asp"><img src="img_shopxp/xiao/gwsy.gif" alt="112211"width="85" height="38" border="0"></a></td>
<td><a href="xpa.asp"><img src="img_shopxp/xiao/gywm.gif" width="85" height="38" border="0"></a></td>
<td><a href="pay.asp"><img src="img_shopxp/xiao/zxzf.gif" width="85" height="38" border="0"></a></td>
<td><a href="xpa.asp?action=shiyongfalv"><img src="img_shopxp/xiao/bqsm.gif" width="85" height="38" border="0"></a></td>
<td><a href="xpa.asp?action=lxwm"><img src="img_shopxp/xiao/ywlx.gif" width="85" height="38" border="0"></a></td>
<td><a href="shopxphelp.asp?action=fukuan"><img src="img_shopxp/xiao/fkfs.gif" width="85" height="38" border="0"></a></td>
<td><a href="fankuixpliuyan.asp"><img src="img_shopxp/xiao/yjfk.gif" width="85" height="38" border="0"></a></td>
<td><a href="shopxphelp.asp"><img src="img_shopxp/xiao/help.gif" width="85" height="38" border="0"></a></td>
</tr>
</table>
<table width="83%" height="65" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="34">公司地址:北京市大兴区林校路北里8号 邮政编码:102600<br>客服信箱:<a href=mailto:beijingyitong#163.com>beijingyitong#163.com</a> 客服QQ: 83107971 客服电话:86-010-67261229-801/868<br>copyright © 2002-2006 北京易通联信科技开发公司-SHOPXP网上购物系统 <a href= title= target=_blank></a> </td>
</tr>
</table></td>
<tr>
<td><img src="img_shopxp/xiao/logo.gif" border="0" alt="SHOPXP购物系统 www.shopxp.cn"> </td>
</table>
<DIV id=floater style="RIGHT: 0px; OVERFLOW: visible; POSITION: absolute; TOP: 125px; right: 0px;">
<table width="72" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="72"><img src="img_shopxp/xiao/quick01.gif" width="72" height="33"></td>
</tr>
</table>
<table width="72" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="72"><a href="xpbuy.asp?action=show"><img src="img_shopxp/xiao/quick03_h.gif" width="72" height="50" border="0"></a></td>
</tr>
<tr>
<td width="72"><a class='b' target=blank href='http://wpa.qq.com/msgrd?V=1&Uin=83107971&Site=www.shopxp.cn&Menu=no'><img src="img_shopxp/xiao/QQON.gif" width="72" height="50" border="0" /></a></td>
</tr>
<tr>
<td><a href="xpuser.asp?action=myinfo"><img src="img_shopxp/xiao/quick04_h.gif" width="72" height="55" border="0"></a></td>
</tr>
<tr>
<td><A HREF="#top"><img src="img_shopxp/xiao/new_top.gif" width="36" height="29" border="0"></A></td>
</tr>
</table>
</DIV>
<script language=javascript src="js/floater.js"></script>
</body>
</html>
<script language=javascript>
<!--
function regInput(obj, reg, inputStr)
{
var docSel = document.selection.createRange()
if (docSel.parentElement().tagName != "INPUT") return false
oSel = docSel.duplicate()
oSel.text = ""
var srcRange = obj.createTextRange()
oSel.setEndPoint("StartToStart", srcRange)
var str = oSel.text + inputStr + srcRange.text.substr(oSel.text.length)
return reg.test(str)
}
function checkspace(checkstr) {
var str = '';
for(i = 0; i < checkstr.length; i++) {
str = str + ' ';
}
return (str == checkstr);
}
//-->
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -