login_m.jsp

来自「基于STRUTS的商店源码。一个相当不错的示例。」· JSP 代码 · 共 55 行

JSP
55
字号
<%@ page contentType="text/html; charset=gb2312" language="java"%>
<html>
	<head>
		<title>后台管理!</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<link href="../CSS/style.css" rel="stylesheet">
		<script src="../JS/check.js"></script>
	</head>

	<body>
		<table width="350" height="228" border="0" align="center"
			cellpadding="0" cellspacing="0" background="../images/login_M.jpg"
			class="tableBorder">
			<tr>
				<td height="136" align="center">
					&nbsp;
				</td>
			</tr>

			<tr>
				<td height="87" align="center" valign="top">
					<table width="62%" height="87" border="0" cellpadding="0"
						cellspacing="0">
						<form name="form1" method="post" action="Login_M_deal.jsp">
						<tr>
							<td width="95%" align="center">
								&nbsp;用户名:
								<input name="manager" type="text" id="manager" size="20">
							</td>
						</tr>
						<tr>
							<td align="center">
								&nbsp;密&nbsp;&nbsp;码:
								<input name="PWD" type="password" id="PWD" size="20">
							</td>
						</tr>

						<tr>
							<td align="center">
								<input name="Submit" type="submit" class="btn_grey" value="确认" />
								&nbsp;
								<input name="Submit2" type="reset" class="btn_grey" value="重置">
								&nbsp;
								<input name="Submit3" type="button" class="btn_grey" value="返回"
									onClick="window.location.href='../index.jsp';">
							</td>
						</tr>
						</form>
					</table>
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?