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

📄 register2.htm

📁 国内最早的在线客服系统源码.可以把访客变成自己的客户.是目前比较流行的在线客服系统
💻 HTM
字号:
<HTML>
<HEAD>
<TITLE>快狗用户注册</TITLE>
<meta http-equiv="expires" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="style.css">
<script language="javascript">
<!--
//检查输入数据是否正确函数
function check_form(thisForm)
{
	if (thisForm.yhm.value=="")
	{
		alert("请输入用户名!")
		thisForm.yhm.focus();
		return (false);
	}
	
  var checkOK="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_";
  var checkStr=thisForm.yhm.value;
  var allValid = true;
  for (i = 0;  i < checkStr.length;  i++)
  {
    ch = checkStr.charAt(i);
    for (j = 0;  j < checkOK.length;  j++)
      if (ch == checkOK.charAt(j))
        break;
    if (j == checkOK.length)
    {
      allValid = false;
      break;
    }
  }	
  if (!allValid)
  {
	alert("用户名只能输入字母和数字!");
	thisForm.yhm.focus();
	return(false);
  }
  
  if (thisForm.mm.value=="")
	{
		alert("请输入您的用户密码!");
		thisForm.mm.focus();
		return (false);
	}
  
  if (thisForm.mm.value!=thisForm.mmqr.value)
	{
		alert("您两次输入的密码不一致!");
		thisForm.mmqr.focus();
		return (false);
	}
	
if (thisForm.lc.value=="")
	{
		alert("请输入昵称!");
		thisForm.lc.focus();
		return (false);
	}

if (thisForm.oicq.value!="")
	{
		var checkOK="0123456789";
		var checkStr=thisForm.oicq.value;
		var allValid = true;
		for (i = 0;  i < checkStr.length;  i++)
		{
			ch = checkStr.charAt(i);
			for (j = 0;  j < checkOK.length;  j++)
			if (ch == checkOK.charAt(j))
				break;
			if (j == checkOK.length)
			{
			allValid = false;
			break;
			}
		}	
		if (!allValid)
		{
			alert("请输入正确的OICQ号码!");
			thisForm.oicq.focus();
			return (false);
		}
	}

var grzy=thisForm.grzy1.value;

if (thisForm.mc1.value=="")
	{
		alert("请输入主页名称!");
		thisForm.mc1.focus();
		return (false);
	}

	
if (grzy.toUpperCase()=="HTTP://" || grzy.toUpperCase()=="")
	{
		alert("请输入主页地址!");
		thisForm.grzy1.focus();
		return (false);
	}

if (thisForm.lx1.value=="请选择")
	{
		alert("请选择主页类型!");
		thisForm.lx1.focus();
		return (false);
	}

if (thisForm.dzyj.value=="")
	{
		alert("请输入电子邮件!");
		thisForm.dzyj.focus();
		return (false);
	}
	
if (thisForm.jj.value=="")
	{
		alert("请输入网站简介!");
		thisForm.jj.focus();
		return (false);
	}

return(true);
}
-->
</script>
</HEAD>
<BODY bgColor=#ffffff leftMargin=2 topMargin=2>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=760>
  <TBODY> 
  <TR> 
    <TD width=721> </TD>
    <TD background="" rowSpan=2 width=35> </TD>
  </TR>
  <TR> 
    <TD align=right vAlign=top width=721 height="576"> 
      <TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
        <TBODY> 
        <TR> 
          <TD height=15><IMG height=12 src="../qqpic/register1_r1_c2.gif" 
            width=12> <font color="#ff0000">用户注册</font>(请尽量填写真实资料,便于联系)</TD>
          <TD height=15 width="27%">&nbsp;</TD>
        </TR>
        </TBODY>
      </TABLE>
      <TABLE border=0 cellPadding=0 cellSpacing=0 width="95%" style="HEIGHT: 302px; WIDTH: 688px">
        <TBODY> 
        <TR> 
          <TD width="3%"> </TD>
          <TD width="95%"> </TD>
          <TD width="2%"> </TD>
        </TR>
        <TR> 
          <TD width="3%"><IMG height=16 src="../qqpic/td_left_top.gif" 
            width=20></TD>
          <TD background=../qqpic/td_bg_top.gif width="95%"> </TD>
          <TD width="2%"><IMG height=16 src="../qqpic/td_right_top.gif" 
            width=18></TD>
        </TR>
        <TR> 
          <TD background=../qqpic/td_bg_left.gif width="3%" height="495"> </TD>
          <TD vAlign=top width="95%" height="495"> 
            <SCRIPT src="../qqpic/check.js"></SCRIPT>
            <FORM action="register_write.asp" method="post" name="form" onsubmit="return check_form(this)">
              <TABLE border=0 cellPadding=0 cellSpacing=0 width=647>
                <TBODY> 
                <TR> 
                  <TD width=92> </TD>
                  <TD width=422> </TD>
                  <TD rowSpan=12 vAlign=top width=127> 
                    <P><IMG height=28 src="../qqpic/register1_r7_c8.gif" 
                  width=94><BR>
                      <BR>
                      1、表单中有<font color="#ff0000">*</font>号的项目为必填项,其它项目是可选项。</P>
                    <P>2、简介最多只能输入50个汉字。</P>
                  </TD>
                </TR>
                <TR> 
                  <TD height=24 width=92>用户名:</TD>
                  <TD height=24 width=422> 
                    <INPUT maxLength=10 name=yhm>
                    <font color="#ff0000">*</font>1-10个英文字母或数字</TD> 
                </TR> 
                <TR>  
                  <TD height=24 width=92>用户密码:</TD> 
                  <TD height=24 width=422>  
                    <INPUT maxLength=16 name=mm  
                  type=password> 
                    <font color="#ff0000">*</font>1-16个字母或数字</TD> 
                </TR> 
                <TR>  
                  <TD height=24 width=92>密码确认:</TD>
                  <TD height=24 width=422> 
                    <input maxlength=16 name=mmqr 
                  type=password>
                    <font color="#ff0000">*</font>重复输入用户密码</TD> 
                </TR> 
                <TR>  
                  <TD height=24 width=92>昵称:</TD> 
                  <TD height=24 width=422>  
                    <INPUT maxLength=6 name=lc> 
                    <font color="#ff0000">*</font>1-6个字母或汉字</TD> 
                </TR> 
                <TR>  
                  <TD height=24 width=92>OICQ:</TD>
                  <TD height=24 width=422> 
                    <INPUT maxLength=9 name=oicq 
              size=9>
                  </TD>
                </TR>
                <TR> 
                  <TD height=25 width=92>主页名称:</TD>
                  <TD height=24 width=422> <input type="text" name="mc1" size="42"><font color="#FF0000"> 
                    *</font>
                  </TD>
                </TR>
                <tr>
                  <TD height=25 width=92>主页地址:</TD>
                  <TD height=14 width=422> <INPUT maxLength=50 name=grzy1 size=42 
                  value=http://>
                    <font color="#ff0000">*</font> 
                  </TD> 
                </tr> 
                <tr> 
                  <TD height=25 width=92>主页类型:</TD>
                  <TD height=22 width=422> <select size="1" name="lx1">
                      <option selected value="请选择">请选择</option>
                      <option value="综合门户">综合门户</option>
                      <option value="电脑网络">电脑网络</option>
                      <option value="国家地区">国家地区</option>
                      <option value="政府机关">政府机关</option>
                      <option value="电信通讯">电信通讯</option>
                      <option value="休闲娱乐">休闲娱乐</option>
                      <option value="生活资讯">生活资讯</option>
                      <option value="文化艺术">文化艺术</option>
                      <option value="科学教育">科学教育</option>
                      <option value="游戏世界">游戏世界</option>
                      <option value="体育健身">体育健身</option>
                      <option value="工商经济">工商经济</option>
                      <option value="金融投资">金融投资</option>
                      <option value="新闻媒体">新闻媒体</option>
                      <option value="情感交流">情感交流</option>
                      <option value="女性天地">女性天地</option>
                      <option value="卫生保健">卫生保健</option>
                      <option value="其他类别">其他类别</option>
                    </select> <font color="#FF0000">*</font>
                  </TD>
                </tr>
                <TR> 
                  <TD height=24 width=92>电子邮件:</TD>
                  <TD height=24 width=422> 
                    <INPUT maxLength=25 name=dzyj size=48 
                  style="HEIGHT: 22px; WIDTH: 333px">
                    <font color="#ff0000">*</font></TD> 
                </TR> 
                <TR>  
                  <TD height=24 vAlign=top width=92>网站简介:</TD> 
                  <TD height=24 width=422>  
                    <TEXTAREA cols=45 name=jj rows=6 style="height: 102; width: 332">请在此填入网站简介,便于联系和宣传,不超过50汉字。</TEXTAREA> 
                    <font color="#ff0000">*</font></TD> 
                </TR> 
                <TR>  
                  <TD colSpan=3 height=4 width="645"> </TD>
                </TR>
                <TR> 
                  <TD align="middle" colSpan=2 width="516"> 
                    <p align="center"> 
                    <INPUT id=button1 name=button1 style="FONT-FAMILY: 宋体; FONT-SIZE: 9pt" type="submit" value="取得代码">
                    </p>
                  </TD>
                </TR>
                </TBODY> 
              </TABLE>
            </FORM>
          </TD>
          <TD background=../qqpic/td_bg_right.gif width="2%" height="495"> </TD>
        </TR>
        <TR> 
          <TD width="3%" height="2"><IMG height=21 src="../qqpic/td_left_bottom.gif" 
            width=20></TD>
          <TD background=../qqpic/td_bg_bottom.gif width="95%" height="2"> </TD>
          <TD width="2%" height="2"><IMG height=21 
            src="../qqpic/td_right_bottom.gif" 
width=18></TD>
        </TR>
        </TBODY>
      </TABLE>
    </TD>
  </TR>
  </TBODY>
</TABLE>
</BODY></HTML>

⌨️ 快捷键说明

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