欢迎光临
我们一直在努力

这是newuser.asp(注册)

建站超值云服务器,限时71元/月

<%@ language=vbscript %>
<html>
<head>
<meta name="generator" content="microsoft visual studio 6.0">
<script language=javascript>
<!–
function check(form1)
{
   var notnull
   notnull=true
    if(form1.uid.value=="")
    {
      window.alert("请输入帐号!")
      notnull=false
    }
    if(form1.pwd1.value=="")
    {
      window.alert("请输入密码!")
      notnull=false
    }
    if(form1.pwd2.value=="")
    {
      window.alert("输入两次的密码必须相同!")
      notnull=false
    }
    if(form1.nickname.value=="")
    {
      window.alert("呢称不能为空!")
      notnull=false
    }
    return notnull
  }
–>
</script>  
</head>

<body>
<p>           </p>
<p align=center><font face="幼圆" size=6 color="#008000">
foolman_2001聊天室注册<br></font>
<hr>
  <form name=login action="dealuser.asp" onsubmit="return check(this)" method=post>
  <p align=left><font face="幼圆" color="#008000">用户帐号:&nbsp<input name=uid >***<br>
密   
码:
<input type=password name=pwd1>***<br>
确认密码:
<input type=password name=pwd2>***<br>
呢   
称:
<input name=nickname>***<br>
姓   
名:
<input name=realname><br>
生   
日:
<input name=birthday>***<br>
提示问题: <input name=question>***<br>
提示答案: <input name=answer>***</font></p>
<p align=left><input type=submit value="提交" name=b1 style="background-color: #00ffff">                 
<input type=reset value="清除" name=b2 style="background-color: #00ffff">
</p>
</form>
<hr>
<p align=left></p>
<p align=left></p>
</body>
</html>

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 这是newuser.asp(注册)
分享到: 更多 (0)

相关推荐

  • 暂无文章