<form method="post" action="../login.action" styleId="ctl00" id="form1">
<ul>
<li>
<span style="font-size: 15px">用户名:</span>
<input type="text" name="name" id="name" class="textbox" value="" /><br/></li>
<li>
<span style="font-size: 15px">密 码:</span>
<input type="password" name="password" id="password" class="textbox" /><br/>
<span id="pwdInfo" style="color:red"></span>
</li><br/>
<li style="font-size: 15px">
<input type="
checkbox" id="rmbUser" />记住我一周
</li>
<li>
<button type="submit" id="btnSignCheck" class="button_enter" >登录</button>
</li>
</ul>
</form>