index.jsp

来自「JSP课件以及一个网上书店系统程序,带数据库」· JSP 代码 · 共 32 行

JSP
32
字号
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>后台管理首页</title>
	<link href="style1.css" rel="stylesheet" type="text/css" />
</head>

<body>
<table width="800" height="480" border="0" align="center" cellpadding="0" cellspacing="0" background="images/l.jpg">
  <tr>
    <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" background="../pic/position_line.jpg" ID="Table4">
						<form action="checkLogin.jsp" name="Form1" ID="Form1">
						  <tr>
								<td width="14" height="38" align="right" valign="top"><img src="../pic/position.jpg" width="12" height="38" /></td>
								<td width="116" background="pic/position_line.jpg"><img src="../pic/memberLogin.jpg" width="116" height="33" /></td>
								<td  background="../pic/position_line.jpg" class="search_field">
								  <div class="search_form">&nbsp; UID <input name="uid" type="text" class="search" id="uid" size="20" />
										PWD 
										  <input name="pwd" type="password" class="search" id="pwd" size="20" /> 
										  <input type="submit" value="Login" class="submit" ID="Submit1" NAME="Submit1" />
								  </div>
						  </td>
								<td width="15" class="ProductText"><img src="../pic/position_End.jpg" width="12" height="38" /></td>
						  </tr> </form>
	</table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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