📄 reg_shangfw.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<%dim action
action=request.QueryString("action")%>
<html><head><title><%=webname%>--商家注册</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
<script language=JavaScript>
function IsDigit()
{
return ((event.keyCode >= 48) && (event.keyCode <= 57));
}
</script>
<SCRIPT LANGUAGE="JavaScript">
<!--
function checkuserinfo()
{
if(checkspace(document.shjiainfo.shjianame.value)) {
document.shjiainfo.shjianame.focus();
alert("对不起,请填写用户名!");
return false;
}
if(checkspace(document.shjiainfo.name.value)) {
document.shjiainfo.name.focus();
alert("对不起,请填写商店名称!");
return false;
}
if(checkspace(document.shjiainfo.name2.value)) {
document.shjiainfo.name2.focus();
alert("对不起,请填写商店负责人名称!");
return false;
}
if(checkspace(document.shjiainfo.shjiapassword.value) || document.shjiainfo.shjiapassword.value.length < 6 || document.shjiainfo.shjiapassword.value.length >20) {
document.shjiainfo.shjiapassword.focus();
alert("密码长度不能不能这空,在6位到20位之间,请重新输入!");
return false;
}
if(document.shjiainfo.shjiapassword.value != document.shjiainfo.shjiapassword1.value) {
document.shjiainfo.shjiapassword.focus();
document.shjiainfo.shjiapassword.value = '';
document.shjiainfo.shjiapassword1.value = '';
alert("两次输入的密码不同,请重新输入!");
return false;
}
if(document.shjiainfo.shjiaemail.value.length!=0)
{
if (document.shjiainfo.shjiaemail.value.charAt(0)=="." ||
document.shjiainfo.shjiaemail.value.charAt(0)=="@"||
document.shjiainfo.shjiaemail.value.indexOf('@', 0) == -1 ||
document.shjiainfo.shjiaemail.value.indexOf('.', 0) == -1 ||
document.shjiainfo.shjiaemail.value.lastIndexOf("@")==document.shjiainfo.shjiaemail.value.length-1 ||
document.shjiainfo.shjiaemail.value.lastIndexOf(".")==document.shjiainfo.shjiaemail.value.length-1)
{
alert("Email地址格式不正确!");
document.shjiainfo.shjiaemail.focus();
return false;
}
}
else
{
alert("Email不能为空!");
document.shjiainfo.shjiaemail.focus();
return false;
}
if(checkspace(document.shjiainfo.quesion.value)) {
document.shjiainfo.quesion.focus();
alert("对不起,请填写密码提问!");
return false;
}
if(checkspace(document.shjiainfo.answer.value)) {
document.shjiainfo.answer.focus();
alert("对不起,请填写密码提问的答案!");
return false;
}
}
function checkshouhuoxx()
{
if(checkspace(document.shouhuoxx.userzhenshiname.value)) {
document.shouhuoxx.userzhenshiname.focus();
alert("对不起,请填写真实姓名!");
return false;
}
if(checkspace(document.shouhuoxx.shouhuodizhi.value)) {
document.shouhuoxx.shouhuodizhi.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;
}
}
function checkspace(checkstr) {
var str = '';
for(i = 0; i < checkstr.length; i++) {
str = str + ' ';
}
return (str == checkstr);
}
//-->
</script>
</head>
<%dim count
set rs=server.createobject("adodb.recordset")
rs.open "select * from shop_Nclass order by Nclassidorder ",conn,1,1%>
<script language = "JavaScript">
var onecount;
onecount=0;
subcat = new Array();
<%
count = 0
do while not rs.eof
%>
subcat[<%=count%>] = new Array("<%= trim(rs("Nclass"))%>","<%= rs("anclassid")%>","<%= rs("Nclassid")%>");
<%
count = count + 1
rs.movenext
loop
rs.close
%>
onecount=<%=count%>;
function changelocation(locationid)
{
document.shjiainfo.Nclassid.length = 0;
var locationid=locationid;
var i;
for (i=0;i < onecount; i++)
{
if (subcat[i][1] == locationid)
{ //
document.shjiainfo.Nclassid.options[document.shjiainfo.Nclassid.length] = new Option(subcat[i][0], subcat[i][2]);
}
}
}
</script>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onMouseOver="window.status='【<%=webname%>】<%=weburl%> 如果您喜欢本站,别忘了把本站介绍给您的好友哦!:)';return false">
<!--#include file="webtop.asp"-->
<% select case action
case ""%>
<table align=center border=1 bordercolor=#c3c3c3 cellpadding=0 cellspacing=0
class=border width=762>
<tbody>
<tr>
<td align=middle valign=top width=180>
<table border=0 cellpadding=0 cellspacing=0 width=180>
<tbody>
<tr>
<td bgcolor=#c3c3c3 height=1></td>
</tr>
<tr>
<td bgcolor=#f2f2f2 height=5></td>
</tr>
<tr>
<td bgcolor=#c3c3c3 width=1></td>
</tr>
</tbody>
</table>
<table border=0 cellpadding=0 cellspacing=0 width=160>
<tbody>
<tr>
<td height=10></td>
</tr>
<tr>
<td align=middle><a href="http://www.075518.com/shop/about.asp?action=lxwm" target="_blank"><img border=0
src="images/shop_00.gif" width="160" height="160"></a></td>
</tr>
<tr>
<td height=6></td>
</tr>
<tr>
<td align=middle><a href="reg_shang.asp"><img border=0
src="images/shop_01.gif" width="160" height="51"></a></td>
</tr>
<tr>
<td height=6></td>
</tr>
<tr>
<td align=middle><a href="reg_shangfw.asp"><img border=0
src="images/shop_02.gif"></a></td>
</tr>
<tr>
<td height=6></td>
</tr>
<tr>
<td align=middle><a href="reg_shangzd.asp"><img border=0
src="images/shop_03.gif"></a></td>
</tr>
<tr>
<td height=6></td>
</tr>
<tr>
<td align=middle><a href="reg.asp"><img border=0
src="images/shop_04.gif"></a></td>
</tr>
<tr>
<td height=6></td>
</tr>
<tr>
<td align=middle><img border=0
src="images/shop_05.gif"></td>
</tr>
<tr>
<td height=6></td>
</tr>
<tr>
<td align=middle><a href="http://www.075518.com/shop/about.asp?action=lxwm" target="_blank"><img border=0
src="images/shop_06.gif"></a></td>
</tr>
<tr>
<td height=6></td>
</tr>
<tr>
<td align=middle><img border=0
src="images/shop_07.gif"></td>
</tr>
<tr>
<td height=6></td>
</tr>
<tr>
<td height=25> </td>
</tr>
<tr>
<td bgcolor=#cccccc height=1></td>
</tr>
<tr>
<td height=25> </td>
</tr>
<tr>
<td bgcolor=#cccccc height=1></td>
</tr>
<tr>
<td height=25> </td>
</tr>
<tr>
<td bgcolor=#cccccc height=1></td>
</tr>
<tr>
<td height=25> </td>
</tr>
<tr>
<td bgcolor=#cccccc height=1></td>
</tr>
<tr>
<td align=middle> </td>
</tr>
</tbody>
</table>
</td>
<td valign=top>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/regkd.gif" width="500" height="250"></td>
</tr>
</table>
<table align=center border=0 cellpadding=0 cellspacing=0 width=500>
<tbody>
<tr>
<td bgcolor=#eeeeee width=17> </td>
<td bgcolor=#fdfdfd width=465>
<table align=center border=0 cellpadding=0 cellspacing=0
width=432>
<tbody>
<tr>
<td><font color=#ff6600><img align=absMiddle height=30
src="images/ico_arrow.gif"
width=25>让你心动的服务:</font></td>
</tr>
<tr>
<td> <br>
<font
color=#ff6600>1天1元,网上开店,更有7大项优惠和特权——</font><br>
<br>
1) 加入深圳特价网商盟资格<br>
<br>
2) 录入销售多达<font
color=#0099ff>100个产品</font><br>
<br>
3) <font
color=#0099ff>免费</font>赠送价值<font
color=#0099ff>¥6000元</font>的<font
color=#0099ff>独立电子商务网站</font>平台<br>
<br>
4) <font color=#0099ff>免费</font>赠送<font
color=#0099ff>价值50元独立二级域名</font>和<font
color=#0099ff>独立后台管理系统</font><br>
<br>
5) 开店<font
color=#0099ff>手续费100元免</font>!<br>
<br>
6) 网站<font
color=#0099ff>空间费用300元免</font>!<br>
<br>
7) <font color=#0099ff>免费</font>赠送<font color="#0099ff">深圳特价网首页文字广告</font>一周<br>
<br>
<font
color=#ff6600>综上所述,总计:365元/年,先到先得,域名资源有限!</font><br>
<br>
</td>
</tr>
<tr>
<td> </td>
</tr>
</tbody>
</table>
</td>
<td bgcolor=#eeeeee width=18> </td>
</tr>
<tr>
<td colspan=3><img height=18 src="images/hints_03.gif"
width=500></td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -