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

📄 join1.asp

📁 媒体中国-设计联盟
💻 ASP
字号:
<html>
<head>
<title>『媒体中国(设计联盟)』</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="link.css">
<script language="JavaScript">
<!--
function check() 
{ 
var len2=pickform.pwd.value.length; 
var len3=pickform.pickpwd.value.length;
var len4=pickform.picksite.value.length;
var mystr=pickform.pickemail.value;
var mystr2=pickform.pickurl.value;

if (len2==0)
 {
  alert("请您输入您想修改的用户密码!");
  pickform.pwd.focus();
  return false;
 }
else 
if (pickform.pwd.value.indexOf(" ")!=-1) 
 {
  alert("用户密码中不能含有空格!");
  pickform.pwd.focus();
  return false;
 }
else
if (len3==0)
 {
  alert("请输入您的确认密码!");
  pickform.pickpwd.focus();
  return false;
 }
else
if (pickform.pwd.value!=pickform.pickpwd.value)
 {
  alert("请确认你输入的两个密码相同");
  pickform.pwd.focus();
  return false;
 }
else
if (pickform.pickemail.value.length==0)
 {
  alert("请输入您的电子邮箱!");
  pickform.pickemail.focus();
  return false;
 }
else
if (mystr.indexOf("@")==-1 || mystr.indexOf(".")==-1 || mystr.indexOf(" ")!=-1 || (mystr.indexOf(".")-mystr.indexOf("@")<3)) 
 {
  alert("请检查你的EMail输入是否有误!");
  pickform.pickemail.focus();
  return false;
 }
else
if (len4==0)
 {
  alert("请输入您的网站名称!");
  pickform.picksite.focus();
  return false;
 }
else
if ((mystr2==" ")||(mystr2=="http://"))
 {
  alert("请输入您网站的链接地址!");
  pickform.pickurl.focus();
  return false;
  }
else return true; 
}
// --> 
</script></head>

<body>
<!--#include file="bof.asp" -->
<table width="778" height="500" border="0" align="center" background="images/bg.jpg">
  <tr> 
    <td> <form method="post" onSubmit="return(check());" action="add.asp" name="pickform">
        <br>
        <table width="700" border="0" cellspacing="0" cellpadding="0" height="28" align="center">
          <tr> 
            <td bgcolor="f4f4f4"> <div align="center"> 
                <p><font color="#FF9900">加盟『媒体中国(设计联盟)』--申请表</font></p>
              </div></td>
          </tr>
        </table>
        <table width="700" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="f4f4f4">
          <tr> 
            <td width="280"  height="28" bgcolor="#FFFFFF"> <div align="center">用户名称</div></td>
            <td  height="28" bgcolor="#FFFFFF"> &nbsp; <input type="text" name="pickuser" size="20" maxlength="10">
              (3-10个字符)</td>
          </tr>
          <tr> 
            <td  height="28" bgcolor="#FFFFFF"> <div align="center">用户密码</div></td>
            <td  height="28" bgcolor="#FFFFFF"> &nbsp; <input type="password" name="pwd" size="20" maxlength="10">
              (3-10个字符)</td>
          </tr>
          <tr> 
            <td  height="28" bgcolor="#FFFFFF"> <div align="center">重复密码</div></td>
            <td  height="28" bgcolor="#FFFFFF"> &nbsp; <input type="password" name="pickpwd" size="20" maxlength="10">
              (3-10个字符) </td>
          </tr>
          <tr> 
            <td  height="28" bgcolor="#FFFFFF"> <div align="center">网站名称</div></td>
            <td  height="28" bgcolor="#FFFFFF">&nbsp; <input type="text" name="picksite" size="19" maxlength="6">
              (6个字符以内) </td>
          </tr>
          <tr> 
            <td  height="28" bgcolor="#FFFFFF"> <div align="center">电子信箱</div></td>
            <td  height="28" bgcolor="#FFFFFF">&nbsp; <input type="text" name="pickemail" size="35" maxlength="80"> 
            </td>
          </tr>
          <tr> 
            <td  height="28" bgcolor="#FFFFFF"> <div align="center">链接网址</div></td>
            <td  height="28" bgcolor="#FFFFFF"> &nbsp; <input type="text" name="pickurl" size="60" value="http://" maxlength="80"> 
            </td>
          </tr>
          <tr> 
            <td  height="28" bgcolor="#FFFFFF"> <div align="center">网站缩图</div></td>
            <td  height="28" bgcolor="#FFFFFF"> &nbsp; <input type="text" name="pickimg" size="60" value="http://www.84com.com/pick/mylogos.gif" onclick="alert('注意:网站缩图大小必须为 120×90 像素!未制作完成者,请勿更改该路径!');" maxlength="80"> 
            </td>
          </tr>
          <tr> 
            <td  height="28" bgcolor="#FFFFFF"> <div align="center">网站类型</div></td>
            <td  height="28" bgcolor="#FFFFFF"> &nbsp; <select name="picktype" >
                <option>请选择</option>
                <option value="1">个性突破</option>
                <option value="2">艺术设计</option>
                <option value="3">建站资源</option>
                <option value="4">商业咨讯</option>
                <option value="5">休闲娱乐</option>
                <option value="6">另类其他</option>
              </select> </td>
          </tr>
          <tr> 
            <td  height="83" bgcolor="#FFFFFF"> <div align="center"> 
                <p>网站说明</p>
                <p> (50字以内)</p>
              </div></td>
            <td  height="83" bgcolor="#FFFFFF"> &nbsp; <textarea name="pickmemo" cols="38" rows="3"  maxlength="50"></textarea> 
            </td>
          </tr>
          <tr> 
            <td  height="83" bgcolor="#FFFFFF"> <p>站长看法</p>
              <p>(请谈谈您对中国网络各方面的看法,</p>
              <p>100字以内,可别丢了印象分哦!)</p></td>
            <td  height="57" bgcolor="#FFFFFF"> <textarea name="usermemo" cols="38" rows="3" id="usermemo"  maxlength="100"></textarea></td>
          </tr>
          <tr> 
            <td  height="80" bgcolor="#FFFFFF"><p>首页新闻</p>
              <p>(35字以内)</p></td>
            <td  height="25" bgcolor="#FFFFFF"><input name="news" type="text" id="news" size="60" maxlength="35"></td>
          </tr>
          <tr bgcolor="f4f4f4"> 
            <td height="35" colspan="2" class="2p"> <div align="center"> 
                <input type="submit" name="Submit" value="申请加盟" class="b">
              </div></td>
          </tr>
        </table>
      </form></td>
  </tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" background="images/bj-foot.gif">
  <tr> 
    <td><div align="center"><img src="images/copyright.gif" width="283" height="68"></div></td>
  </tr>
</table>
</body>          
</html>          

⌨️ 快捷键说明

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