日期:2014-05-17 浏览次数:20943 次
<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>
推荐阅读更多>
-
jsp中的导航条乱掉了,该如何解决
-
怎么用Java程序向DLL程序发出通信消息呢
-
为什么字节流不能读中文?该如何处理
-
关于Object中的hashCode()方法。该怎么解决
-
JFreeChart 如何改变TIP
-
ftp网站上传后出现的有关问题
-
jsp页面置放后再次请求
-
Property 'usertype' not found on type oracle.jdbc.driver.OracleResultSetImpl的有关问题
-
关于XML初学者有关问题
-
java数据库提取答案步骤
-
关于webapp中的classpath有关问题
-
SpannableString的操作,该怎么处理
-
时间(毫秒数)转换解决方法
-
为何很多开源源代码都没注释
-
关于数组的一个有关问题~
-
JSP中的中文乱码有关问题以及为什么用写字板创建的JSP文件在tomcat中运行出错
-
jspSmartUpload有关问题,高手
-
关于java读取xml,该如何处理
-
frameset滚动条有关问题
-
下java信息国际化如何实现