?? index.jsp
字號:
<%@ page language="java" contentType="text/html; charset=gb2312"%><html><head><title>Forward動作標識的應用</title>
<link rel="stylesheet" type="text/css" href="css/style.css"></head><body> <center>
<form action="dologon.jsp">
<table border="1" style="margin-top:150" width="250">
<tr height="25" bgcolor="lightgrey">
<td align="center" colspan="2">用戶登錄</td>
</tr>
<tr>
<td align="right">用戶名:</td>
<td align="center"><input type="text" name="name" size="29"></td>
</tr>
<tr>
<td align="right">密 碼:</td>
<td align="center"><input type="password" name="pwd" redisplay="false" size="29"></td>
</tr>
<tr>
<td align="center" colspan="2">
<input type="submit" value="登錄">
<input type="reset" value="重置">
</td>
</tr>
</table>
</form>
</center></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -