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

📄 reg.asp

📁 本系统旨在帮助您快速建立自己的WEB短信平台
💻 ASP
字号:
<!--#include file="inc/conn.asp"-->
<%
smstjid=int(request("smstjid"))
session("smstjid")=smstjid
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>门户短信平台-在互联网上发短信-短信广告系统@mhsms.com</title>
<link href="images/style.css" rel="stylesheet" type="text/css">
<%=citycss%>
<script language="JavaScript">
<!--
function checkdata() {
if( isNumberString(addform.user.value,"1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_")!=1 || addform.user.value.length<6 || addform.user.value.length>16) {
alert("\用户注册出错,下面是产生错误的可能原因:\n\n·用户名必须是6-16位的数字、英文或下划线")
return false;
}
if( isNumberString(addform.phone.value,"1234567890")!=1 || isNumberString(addform.phone.value,"1234567890")!=1 ||  addform.phone.value.length<11 || addform.phone.value.length>12 ) {
alert("\手机或小灵通号码出错,下面是产生错误的可能原因:\n\n·请输入正确手机或小灵通号码")
return false;
}
return true;
}
function isNumberString (InString,RefString)
{
if(InString.length==0) return (false);
for (Count=0; Count < InString.length; Count++)  {
	TempChar= InString.substring (Count, Count+1);
	if (RefString.indexOf (TempChar, 0)==-1)  
	return (false);
}
return (true);
}
// -->
</script>
</head>

<body>
	<SCRIPT>
		function showme(id) {
			for(var i = 0; i < 3; i++) {
				if(i == id) {
					document.getElementById("layer_"+i).style.display = "";
					//document.getElementById("layer_"+i).style.overflow = "visible";
				} else {
					document.getElementById("layer_"+i).style.display = "none";
					//document.getElementById("layer_"+i).style.overflow = "hidden";
				}
			}
		}
		function Check()
		{
			if((document.Form1.user.value == ""))
			{
				alert("用户名不能为空");
				return false;
			}
			if(document.Form1.pass.value == "")
			{
				alert("密码不能为空");
				return false;
			}
		}
		
		function setNullValue()
		{
			document.Form1.user.value = "";
			document.Form1.pass.value = "";
		}
		</SCRIPT>
		
<table width="760" bgcolor="#00a2ff" border="0" align="center" cellpadding="0" cellspacing="0" class="navbarwhite"><!--046294-->
  <tr align="center">
    <td height="28" onMouseOver="this.bgColor='#03517B'" onMouseOut="this.bgColor=''"><a href="http://www.3dwuxi.com">三维无锡</a></td>   
    <td bgcolor="#046294" width="1"><img src="images/whitedot.gif" width="1" height="15"></td>
    <td onMouseOver="this.bgColor='#03517B'" onMouseOut="this.bgColor=''"><a href="http://bbs.3dwuxi.com">都市圈</a></td>   
    <td bgcolor="#046294" width="1"><img src="images/whitedot.gif" width="1" height="15"></td>
    <td onMouseOver="this.bgColor='#03517B'" onMouseOut="this.bgColor=''"><a href="http://www.mhsms.com" >短信平台</a></td>   
    <td bgcolor="#046294" width="1"><img src="images/whitedot.gif" width="1" height="15"></td>
    <td onMouseOver="this.bgColor='#03517B'" onMouseOut="this.bgColor=''"><a href="http://mail.3dwuxi.com/">企业邮箱</a></td>   
    <td bgcolor="#046294" width="1"><img src="images/whitedot.gif" width="1" height="15"></td>
    <td onMouseOver="this.bgColor='#03517B'" onMouseOut="this.bgColor=''"><a href="http://web.wuxicity.com">自助网站</a></td>   
    <td bgcolor="#046294" width="1"><img src="images/whitedot.gif" width="1" height="15"></td>
    <td onMouseOver="this.bgColor='#03517B'" onMouseOut="this.bgColor=''"><a href="#">虚拟主机</a></td>   
    <td bgcolor="#046294" width="1"><img src="images/whitedot.gif" width="1" height="15"></td>
    <td onMouseOver="this.bgColor='#03517B'" onMouseOut="this.bgColor=''"><a href="#">域名注册</a></td>   
    <td bgcolor="#046294" width="1"><img src="images/whitedot.gif" width="1" height="15"></td>
    <td onMouseOver="this.bgColor='#03517B'" onMouseOut="this.bgColor=''"><a href="#">产品信息</a></td>   
    <td bgcolor="#046294" width="1"><img src="images/whitedot.gif" width="1" height="15"></td>
    <td onMouseOver="this.bgColor='#03517B'" onMouseOut="this.bgColor=''"><a href="#">代理商专区</a></td>   
    <td bgcolor="#046294" width="1"><img src="images/whitedot.gif" width="1" height="15"></td>
    <td onMouseOver="this.bgColor='#03517B'" onMouseOut="this.bgColor=''"><a href="#">服务报价</a></td>   
  </tr>
</table>
<div id="allborder">
<table border="0" align="center" cellpadding="0" cellspacing="0" class="c01">
  <tr>
    <td class="td1"><table border="0" cellpadding="2" cellspacing="0" background="images/bg_pic01" class="c02">
           <form name="Form1" method="post" action="user/Chkadmin.asp">
		  <tr>
            <td class="td01"><div align="right">用户名:</div></td>
            <td class="td02" ><input name="user" type="text" id="user" size="7">
			</td>
          </tr>
         
          <tr>
            <td class="td01"><div align="right">密 码:</div></td>
            <td class="td02" ><input type="password" name="pass"></td>
          </tr>
          <tr>
              <td colspan="2" class="td03"><a href="reg.asp?smstjid=<%=session("smstjid")%>" target="_blank"><img src="images/icon_00.gif" border="0" align="absmiddle" width="74" height="22"></a> 
                 <input src="images/icon_10.gif" name="btnLogin" id="btnLogin" type="image" onClick="return(Check())" width="74" height="22" ></td>
            </tr> 
          <tr> 
              <td colspan="2"><img src="" width="1" height="12">
                <!-- <input name="Submit" type="submit" class="submit" value="立即登录" align="absmiddle"> 
              <input name="Button" type="button" class="register" value="立即注册">-->
              </td> 
          </tr> 
        </form> 
      </table> 
      <img src="" width="1" height="1"></td> 
    <td class="td2"><div id="ads_top"> 
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="490" height="180"> 
        <param name="movie" value="images/490x180.swf"> 
        <param name="quality" value="high"> 
        <embed src="images/490x180.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="490" height="180"></embed> 
      </object> 
    </div> 

      <img src="" width="1" height="1"></td> 
  </tr> 
</table> 
<table border="0" align="center" cellpadding="0" cellspacing="0" id="idx_cont"> 
  <tr> 
    <td align="center"><div id="mainlnks"><img src="images/pic07.gif" border="0" usemap="#Map" width="247" height="208"> 
       <!--   <map name="Map">
            <area shape="rect" coords="63,87,180,110" href="#">
            <area shape="rect" coords="51,116,200,138" href="#"> 
            <area shape="rect" coords="62,56,179,79" href="#"> 
            <area shape="rect" coords="63,28,180,51" href="#"> 
        </map> -->
      </div>
        <table border="0" cellpadding="0" cellspacing="0" background="images/bg_hot.gif" id="gloryUser">
          <tr> 
    <td width="45" height="30">&nbsp;</td> 
 
    <td>&nbsp;</td> 
            <td width="35" align="right" style="padding:3px 3px 0 0;">&nbsp;</td> 
  </tr> 
  <tr> 
    <td>&nbsp;</td> 
    <td style="text-align:center;"><marquee width="100%" height="100" scrolldelay="80" scrollamount="2" direction="up" onMouseOver="this.stop()" onMouseOut="this.start()">
       <img src="images/hot1.gif" border="0"><br> <br> 
       <img src="images/hot2.gif" border="0" ><br> <br>
       <img src="images/hot3.gif" border="0"><br> <br>
       <img src="images/hot4.gif" border="0" ><br> <br>
      </marquee> </td> 
    <td>&nbsp;</td> 
  </tr> 
</table> 
        <div id="freemail" style="padding-top:20px;"> </div></td> 
      <td width="490"> <br>
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><strong><font color="#666666">用户注册:</font></strong></td>
          </tr>
          <tr>
            <td height="90" align="center"><form name="addform" method="post" action="reg_save.asp" onSubmit="return checkdata()"><table cellSpacing="0" cellPadding="0" width="100%" border="0">
              <tr>
                <td vAlign="top" align="center"><table cellSpacing="0" cellPadding="0" width="100%" border="0" >
                    <tr>
                      <td width="164"></td>
                      <td width="472"><table cellpadding="5" cellspacing="1" bgcolor="#cccccc" width="300" border="0">
<%
if session("smstjid")<>"0" then

set rs=server.createobject("adodb.recordset")
sql="select * from es_smsuser where es_id="&session("smstjid")&""
rs.open sql,conn,1,1
if not(rs.bof and rs.eof) then
session("estjid")=smstjid
session("tjuser")=rs("es_user")
else
session("estjid")=0
session("tjuser")="系统用户"
end if


%>
                          <tr>
                                <td width="90" height="30" align="right" bgcolor="#FFFFFF"> 
                                  <font color="#666666">推荐人</font>:</td>
                            <td align="left" bgcolor="#FFFFFF">&nbsp;&nbsp;
                              &nbsp;<%=session("tjuser")%> </td>
                          </tr><%end if%>
                          <tr>
                                <td width="90" height="30" align="right" bgcolor="#FFFFFF"><font color="#666666">用户名</font>:</td>
                            <td align="left" bgcolor="#FFFFFF">&nbsp;
                                <input name="user" type="text" maxlength="10" id="user" class="box8" style="height:18px;" />
                              &nbsp;<font color="#ff0000">* </font> </td>
                          </tr>
                          <tr>
                                <td width="90" height="30" align="right" bgcolor="#FFFFFF"><font color="#666666">手机号码:</font></td>
                            <td align="left" bgcolor="#FFFFFF">&nbsp;
                            <input name="phone" type="text" maxlength="12" id="phone" class="box8" />                              &nbsp;<font color="#ff0000">*</font></td>
                          </tr>
                          <tr>
                            <td height="30" align="right" bgcolor="#FFFFFF"></td>
                            <td align="center" bgcolor="#FFFFFF"><input type="submit" name="btnSubmit" onClick="if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); " value="确认" style="color:black;background:#efefef;border:#9999999 1px solid"></td>
                          </tr>
                      </table></td>
                    </tr>
                  </table>
                    <table class="zi" cellSpacing="0" cellPadding="0" width="350" align="center" border="0">
                      <tr>
                        <td><div id="ValidationSummary1" showmessagebox="True" showsummary="False" style="color:Red;font-size:9pt;height:36px;display:none;"> </div></td>
                      </tr>
                      <tr>
                        <td class="zi_1" align="left" height="30">提示:</td>
                      </tr>
                      <tr>
                        <td class="td" vAlign="top" align="center" bgColor="#f9f9f9" height="26"><table class="zi" cellSpacing="0" cellPadding="0" width="100%" border="0">
                            <tr>
                              <td height="6"></td>
                            </tr>
                            <tr>
                                <td align="left">&nbsp;&nbsp;&nbsp;<font color="#666666">&nbsp;<font color="#000000">注册即开通,并免费赠送测试短信.</font></font><br>
								<font color="#FF0000">手机号码为接收密码用,不会扣除任何费用!</font>&nbsp;</td>
                            </tr>
                        </table></td>
                      </tr>
                      <tr>
                        <td></td>
                      </tr>
                  </table></td>
              </tr>
            </table><script language="javascript" type="text/javascript">
<!--
	var Page_ValidationSummaries =  new Array(document.all["ValidationSummary1"]);
	var Page_Validators =  new Array(document.all["RequiredFieldValidator11"], document.all["RequiredFieldValidator6"], document.all["RequiredFieldValidator7"], document.all["CompareValidator3"], document.all["RequiredFieldValidator1"], document.all["RequiredFieldValidator2"], document.all["RegularExpressionValidator1"], document.all["RequiredFieldValidator13"], document.all["RegularExpressionValidator2"], document.all["RangeValidator1"], document.all["RequiredFieldValidator12"], document.all["RegularExpressionValidator6"], document.all["RequiredFieldValidator3"], document.all["RequiredFieldValidator4"], document.all["RequiredFieldValidator5"], document.all["RequiredFieldValidator8"], document.all["RequiredFieldValidator9"], document.all["RequiredFieldValidator10"], document.all["RegularExpressionValidator3"], document.all["RegularExpressionValidator4"]);
		// -->
</script>

			
<script language="javascript" type="text/javascript">
<!--
var Page_ValidationActive = false;
if (typeof(clientInformation) != "undefined" && clientInformation.appName.indexOf("Explorer") != -1) {
    if ((typeof(Page_ValidationVer) != "undefined") && (Page_ValidationVer == "125"))
        ValidatorOnLoad();
}

function ValidatorOnSubmit() {
    if (Page_ValidationActive) {
        return ValidatorCommonOnSubmit();
    }
    return true;
}
// -->
</script>
        

				<input type="hidden" name="estjid" value="<%=session("estjid")%>">
        

		</form></td>
          </tr>
        </table></td> 
  </tr> 
</table> 
</div> 
<!--<div class="fullads"> 
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="65"> 
          <param name="movie" value="pics/ad_vhost.swf"> 
          <param name="quality" value="high"> 
          <embed src="pics/ad_vhost.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="65"></embed> 
        </object> 
</div>--> 
<div class="c04"><img src="" width="1" height="1"></div> 
<div>  
  <table cellspacing="0" cellpadding="2" width="600" align="center" border="0" class="pagefoot"> 
      <tr> 
        <td><!--#include file="bottom.asp"--></td> 
      </tr> 
  </table> 
</div> 

</body> 
</html> 

⌨️ 快捷键说明

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