<html>
  <head>
   <base href="<%=basePath%>">
    
    <title>LoginDifferent.jsp</title>
  
  </head>
  
  <body>
  	<h2 style="text-align:center">注册界面</h2>
  	<form  onsubmit="return validate();" action="LoginAndServlet" method="post">
    <fieldset>
    	<div >
    	<ul >
        	<li>        		
        		<label for="username">昵称:</label>
            	<input type="text" /><br>
            	</font><div ></div>
            </li>
            <li><label for="email">邮箱:</label>
            	<input type="email"  />          
            </li>
        	 <li><label for="password">密码:</label>
            	 <input type="password"  />          
             </li>
             <li><label for="repassword">确认密码:</label>
            	 <input type="password"  />          
             </li>
            
            <li><label for="birthday">出生年月:</label>
            	<input type="date" />          
            </li>
             <li><label for="authority">身份:</label>
                 <select name="authority">
			        <option value="1">普通用户</option>
			        <option value="2">管理员</option>		
		         </select>     
            </li>
        
        	<li><label for="mysubmit">提交</label>
            	<input type=submit />
       
            </li>
        </ul>
     	</div>
    </fieldset>
</form>
  	
   

  </body>
</html>

html5. 在不同的浏览器解析情况不同。一般在,Chrome,opero和safari中能完美显示。在ie8以上版本还行·····建议使用以上三个测试。

相关文章:

  • 2021-07-07
  • 2021-09-19
  • 2022-12-23
  • 2021-11-24
  • 2022-02-10
  • 2021-11-11
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2022-12-23
  • 2021-05-10
  • 2021-12-27
  • 2021-11-29
  • 2021-09-07
  • 2022-12-23
相关资源
相似解决方案