?? index.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" %>
<%@ page import="java.util.*" %>
<%@ page session="true" %>
<%@ page import="bookshop.util.*" %>
<%@include file="/bookshop/inc/head.inc"%>
<br>
<form name="form1" method="post" action="login.jsp">
<div align=center>用戶登錄 </div>
<br>
<table width="300" border="0" cellspacing="1" cellpadding="1" align="center">
<br>
<tr>
<td align="right">用戶名:</td>
<td>
<input type="text" name="username" size="15" maxlength="25">
</td>
</tr>
<tr>
<td align="right">密 碼:</td>
<td>
<input type="password" name="passwd" size="15" maxlength="20">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="Submit" value="登錄">
<a> </a>
<input type="reset" name="Submit2" value="取消">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<p> </p>
</td>
</tr>
<tr>
<td colspan="2" align=center>如果不是本站會員,請在此<a href="reg.jsp">注冊</a>。</td>
</tr>
</table>
</form>
<%@include file="/bookshop/inc/tail.inc"%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -