日期:2014-05-17 浏览次数:21130 次
<form action="checklogin.jsp" method="post">
<input type="hidden" name="action" value="login" />
<div class="fastlg cl">
<div class="y pns">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<label for="username">
用户名
</label>
</td>
<td>
<input type="text" name="username" />
</td>
<td class="fastlg_l">
<label for="ls_cookietime">
<input type="checkbox" name="cookietime" id="ls_cookietime"
class="pc" value="2592000" tabindex="903">
自动登录
</label>
</td>
</tr>
<tr>
<td>
<label>
<label for="password">
密码
</label>
</label>
</td>
<td>
<input type="password" name="password" />
</td>
<td class="fastlg_l">
<button type="submit" class="pn pnc vm" tabindex="904">
<em>登录</em>
</button>
</td>
<td class="cl">
<a href="register.jsp" class="reglink xi2 xw1"><span>立即注册</span>
</a>
</td>
</tr>
</tbody>
</table>
<input type="hidden" name="quickforward" value="yes">
<input type="hidden" name="handlekey" value="ls">
</div>
</div>
</form>
推荐阅读更多>
-
用JAVA编撰一个作为项目更新应用的程序
-
原来很正常的hibernate联接mysql,突然报:java.net.ConnectException: Connection refused: connect
-
java软件工程师们都说出了自己的工资
-
多线程有关问题 wait() notifyAll(); 出错
-
在原来ssh框架搭建的项目基础上新建struts的action启动后却提示找不到action的映射名称?解决办法
-
java调用金蝶的webservice接口~请赐教 急
-
马士兵老师的联系方式解决方案
-
怎样固定iframe的高度阿?解决办法
-
请教, 为什么
-
怎么根据时间来查询,给个具体点的例子吧
-
求教 this.getHibernateTemplate().find()步骤
-
关于iReport子报表解决方案
-
一个页面弹出对话框的有关问题
-
Struts2的action标签有关问题,烦躁
-
关于JFreme窗口程序?进来就给分啊该怎么解决
-
帮帮忙,搞了很久,没排出来。该怎么处理
-
001java口试笔记——【java基础篇】从团800失败面试总结的java面试题
-
至于myeclipse的tomcat和JBoss疑惑
-
smartupload下载文件,为什么只能用绝对路径?该怎么解决
-
java发送邮件503异常!