<html>
<head><title>在线网上订餐</title>
<script language="javascript">
        function validate(){
            var userid = document.form1.userid.value;
              var pass1 = document.form1.pass1.value;
            var pass2 = document.form1.pass2.value;
            if(userid==""){
                alert("用户名不能为空");
                return false;
            }
            if(pass1==""){
                alert("密码不能为空");
                return false;
            }
            if(pass1!=pass2){
                alert("两次密码输入不一致");
                return false;
            }
            return true;
        }   
    </script>
</head>
<body background="I:\tupian\3.jpg">
网页html下载   
<center>
<form action="welcome.html" method="post" name="form1"onsubmit="return validate()">
                <marquee direction=left><h2><font color="chartreuse">简单生活,从不简单,指尖舞蹈,时尚品味。</font></h2></marquee><br>
              <marquee width=288 filter: wave(add=0,lightstrength=50,strength=3,freq=2,phrase=10); scrollAmount=4 direction=up
              behavior=alternate><marquee scrollAmount=3 behavior=alternate width=288><h
3><font color="red">随心而定,我们可以让生活更美好。<font color="blue"></h3></marquee></marquee><br>
      用户名:<input type="text" name="userid"><br>
                                              <br>
      密  码:<input type=="password" name="pass1"><br><br>
      确认密码:<input type="password" name="pass2"/><br/>   
      <input type="radio" name="ljx" value="管理员" checked>管理员
      <input type="radio" name="ljx" value="用户">用户<br>
      <input type="submit" value="登录">
     
      <input type="reset" value="重置"><br><br>
      <a href="zhuce.html">立即注册</a>
      <a href="mima.html">忘记密码?</a>
</form>
</center>
</body>
</html>

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。