怎么用就Query cookie实现自动登录?html代码:
<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">密       &nbsp;码:</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">
         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" id="rmbUser" />记住我一周
</li>
<li>

<button type="submit" id="btnSignCheck" class="button_enter" >登录</button>
</li>
</ul>
</form>登录什么的都做好了  就是不知道自动登录怎么弄了。。