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

📄 reg_shangzd.asp

📁 1、下载亿博购物系统 亿博购物系统每次发布最新版本
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#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>&nbsp;</td>
        </tr>
        <tr> 
          <td bgcolor=#cccccc height=1></td>
        </tr>
        <tr> 
          <td height=25>&nbsp;&nbsp;</td>
        </tr>
        <tr> 
          <td bgcolor=#cccccc height=1></td>
        </tr>
        <tr> 
          <td height=25>&nbsp;&nbsp;</td>
        </tr>
        <tr> 
          <td bgcolor=#cccccc height=1></td>
        </tr>
        <tr> 
          <td height=25>&nbsp;&nbsp;</td>
        </tr>
        <tr> 
          <td bgcolor=#cccccc height=1></td>
        </tr>
        <tr> 
          <td align=middle>&nbsp;</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>&nbsp;</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、深圳特价网平台声明</font><br>
                  本站是基于互联网和电话购物系统基础上的网络商业平台,与各入驻商户之间是平等互利的商业合作关系。 
                  <p><font 
                  color=#ff6600>2、申请条件</font><br>
                    1)单位请提供盖公章的营业执照副本复印件;<br>
                    2)个人请提供本人身份证;<br>
                    3)必须提供能证明所经营产品是正规商品的材料(生产许可证或经销协议等等)。<br>
                    4)入驻商户必须遵守国家相关法律法规,保证不提供的互联网信息中存在反动、色情等违法内容,或存在非法攻击他人的内容,否则立即查封店铺。</p>
                  <p><font 
                  color=#ff6600>3、开店方式</font><br>
                    您可以通过点击<font 
                  color=#0099ff>“开店提交”</font>填写入驻商户申请表,也可以E-mail至service@075518.com信箱,或者<font 
                  color=#0099ff>致电0532-3662200(24小时值班电话)</font>咨询相关信息。</p>
                  <p><font 
                  color=#ff6600>4、开通时间</font><br>
                    你提交的申请资料经我公司审核之后在24小时之内开通网站。<br>
                  </p>
                </td>
              </tr>
              <tr> 
                <td>&nbsp;</td>
              </tr>
              </tbody>
            </table>
          </td>
          <td bgcolor=#eeeeee width=18>&nbsp;</td>
        </tr>
        <tr> 
          <td colspan=3><img height=18 src="images/hints_03.gif" 
            width=500></td>
        </tr>
        </tbody>
      </table>
      <br>
      <table name=agree border="0" cellpadding="10" cellspacing="0" align=center width="80%">
        <tr align=center> 

⌨️ 快捷键说明

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