📄 buyfinish.asp
字号:
<%
If Len(session("ProductList")) <= 0 Then
Response.Redirect "NoBuy.asp"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>请输入姓名</title>
</head>
<script language="JavaScript">
<!--
function Check()
{
var b0 = document.form1.yb.value.toLowerCase();
var b1 = document.form1.lxr.value.toLowerCase();
var b2 = document.form1.shdz.value.toLowerCase();
var b5 = document.form1.phone.value.toLowerCase();
if (b0.length<=0)
{
window.alert("邮编不可为空");
return false;
}
if (b1.length<=0)
{
window.alert("联系人不可为空");
return false;
}
if (b2.length<=0)
{
window.alert("送货地址不可为空");
return false;
}
if (b5.length<=0)
{
window.alert("电话不可为空");
return false;
}
return true;
}
//-->
</script>
<body bgcolor="#ffffff">
<form method="POST" action="money.asp" onsubmit="return Check()" name="form1">
<table border="1" width="498" height="20" cellpadding="0" align="center" bgcolor="#CCCCFF" cellspacing="0" bordercolorlight="#cccccc" bordercolordark="#999999">
<tr bgcolor="#495E5F">
<td height="7" colspan="3" align="center"> <font color="#FFFFFF" size="6">请填写定单</font>
</td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="2">订购单位:</td>
<td width="402" height="2">
<input type="text" name="name" size="20"></td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="27">单位地址:</td>
<td width="402" height="27">
<input type="text" name="dwdz" size="50"></td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="27">联 系 人:</td>
<td width="402" height="27">
<input type="text" name="lxr" size="50">
<font color="#FF6699"> *</font></td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="8"> 性 别:</td>
<td width="402" height="8">
<input type="radio" value="先生" checked
name="sex">先生<input type="radio" name="sex" value="女士">
女士</td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="2">
<p>取货方式:
</td>
<td width="402" height="2">
<p>
<select name="pays" size="1">
<option value="送货上门">送货上门</option>
<option value="来取">来取</option>
</select>
<font color="#FF6699">*</font>
</td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="2"> 邮 编:</td>
<td width="402" height="2">
<p>
<input type="text" name="yb" size="6"
maxlength="6">
<font color="#FF6699">*</font>
</td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="1"> 电 话 :</td>
<td width="402" height="1">
<p>
<input type="text" name="phone" size="26">
<font color="#FF6699">*</font>
</td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="1"> 手 机 :</td>
<td width="402" height="1">
<p><input type="text" name="SouJi" size="26"></td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="11">
<p>E-mail:
</td>
<td width="402" height="11">
<p><input type="text" name="email" size="35"></td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="12">
<p>结算方式:
</td>
<td width="402" height="12">
<p><input type="text" name="js" size="15"></td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="11">
<p>开户银行:
</td>
<td width="402" height="11">
<input type="text" name="kfyh" size="50"></td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="14">帐号:</td>
<td width="402" height="14">
<input type="text" name="zh" size="20"></td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="14">
<p>税务登记号:
</td>
<td width="402" height="14">
<input type="text" name="swh" size="20"></td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="27">发货到站:</td>
<td width="402" height="27">
<input type="text" name="dz" size="50"></td>
</tr>
<tr bgcolor="#D0E1D0">
<td width="90" height="27">收货地址:</td>
<td width="402" height="27">
<input type="text" name="shdz" size="50">
<font color="#FF6699">*</font></td>
</tr>
<tr bgcolor="#D0E1D0">
<td colspan="2" height="19" align="center" >
<input type="submit" value="确定" name="B1"> <input
type="reset" value="复原" name="B2">
<a
href="huiyuan.asp" target="_self">会员入口..</a></td>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -