login.php

代码
<form id="form1" name="form1" method="post" action="checklogin.php">
  
<p>
    
<label>name
      
<input type="text" name="name" id="name" />
    
</label>
  
</p>
  
<p>
    
<label>password
      
<input type="password" name="password" id="password" />
    
</label>
  
</p>
  
<p>
    
<label>
      
<input type="submit" name="post" id="post" value="Submit" />
    
</label>
   
<a href='zhuce.php'>注册</a>
  
</p>
</form>


posted @ 2010-11-06 11:14  xiao.ji  阅读(286)  评论(0编辑  收藏  举报