📄 top.jsp
字号:
<%@ page language="java" import="java.util.*"
contentType="text/html; charset=GB2312"%>
<html>
<head>
<title>My JSP 'top.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
</head>
<body background="<%=request.getContextPath()%>/image/topbg.jpg">
<form method="post" name="topform" style="">
<table width="53%" border="0" align="right">
<tbody>
<tr>
<td>
用户名:
</td>
<td>
<input type="text" name="username">
</td>
<td>
密码:
</td>
<td>
<input type="password" name="password">
</td>
<td>
</td>
</tr>
<tr>
<td>
验证码:
</td>
<td>
<input type="text" name="checkcode">
</td>
<td>
</td>
<td>
<input type="submit" value="登录" name="button1">
</td>
<td>
</td>
</tr>
</tbody>
</table>
<table width="365" border="0" align="left" height="108">
<tbody>
<tr>
<td valign="top">
<br>
</td>
<td>
<img border="0" src="<%=request.getContextPath() %>/image/Logotop.gif">
<img border="0" src="<%=request.getContextPath() %>/image/05dh_left.jpg"> 酷酷网上书店 <img border="0" src="<%=request.getContextPath() %>/image/05dh_right.jpg">
<img border="0" src="<%=request.getContextPath() %>/image/Logotop.gif">
<br>
<img border="0" src="<%=request.getContextPath() %>/image/topbottom.gif">
</td>
</tr>
<tr>
<td valign="top">
<br>
</td>
<td>
<br>
</td>
</tr>
</tbody>
</table>
<p>
</p>
<p>
<br>
</p>
<p>
<br>
</p>
<br>
<p>
<br>
</p>
<br>
<p>
<br>
</p>
<p>
<br>
</p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -