📄 rec.jsp.bak
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>邮箱登录</title>
<link href="../images/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<form name="form1" method="post" action="holdrec.jsp">
<table width="279" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#009900" class="black">
<tr>
<td colspan="2" bgcolor="#FFFFFF">
<div align="center">邮箱登录</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="75" height="20">用户名:</td>
<td width="201">
<input name="username" type="text" id="username"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td>密码:</td>
<td>
<input name="password" type="password" id="password"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="19">POPServer:</td>
<td><input name="popserver" type="text" id="popserver"></td>
</tr>
<tr>
<td colspan="2" bgcolor="#FFFFFF">
<div align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -