📄 login.jsp
字号:
<%@ 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>
</head>
<body>
<div align="center">
<table width="768" border="0">
<!--DWLayoutTable-->
<tr>
<td width="762" height="1016" valign="top"><div align="center">
<form name="form1" method="post" action="login_validate.jsp">
<table width="38%" border="0" cellpadding="4" cellspacing="1" bgcolor="#999999">
<!--DWLayoutTable-->
<tr align="center" bgcolor="#f6f6f6">
<td colspan="2"><b>会员登录</b></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td><div align="right">用户名:</div></td>
<td><input name="userName" type="text" id="userName"></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td width="36%"><div align="right">密 码:</div></td>
<td width="64%"><input name="userPassword" type="password" id="userPassword" ></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td><!--DWLayoutEmptyCell--> </td>
<td><div align="right">
<input name="submit" type="reset" value="重置" src="img/index.login.gif" width="50" height="22" border="0" >
<input name="submit2" type="submit" value="提交" src="img/index.login.gif" width="50" height="22" border="0" >
</div></td>
</tr>
</table>
</form>
</div></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -