📄 login.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>login.jsp</title>
</head>
<style type="text/css">
<!--
.input { background-color: #CCCCFF; border-style: none;
border-top-width: thin; border-right-width: thin;
border-bottom-width: thin; border-left-width: thin}
-->
</style>
<body>
<form name="form" method="post" action="dologin.jsp" target="_top">
<center>
<table width="32%" border="0">
<tr>
<td align="right" width="21%">username:</td>
<td>
<input type="text" name="username" size="20" class="input">
</td>
</tr>
<tr>
<td align="right" width="21%">password:</td>
<td>
<input type="password" name="password" size="20" class="input">
</td>
</tr>
<tr>
<td width="21%">
<input type="submit" name="Submit" value="登录">
</td>
<td>
<input type="reset" name="reset" value="重置">
</td>
</tr>
</table>
</center>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -