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>
  
</p>
</form>

 

posted @ 2010-11-05 04:46  xiao.ji  阅读(179)  评论(1编辑  收藏  举报