登录表单

  <html>

<head>

<title>登录</title>

</head>

<script language="text/javascript">

  

</script>

<body>

<form action="xx" method="post"> 

用户名:<input type="text" name="username"/><br/>

密码 :<input type ="password" name ="psd"/>

<input type="submit" value="登录">

<input type="reset" value="重置">

 

</form>

</body>

</html>

 

简单的登录表单,js验证暂时不会  后台也没有连接 一步步来

posted @ 2016-09-11 00:12  NewIand  阅读(104)  评论(0编辑  收藏  举报