a_index.jsp

来自「是一个企业的进销存系统。账号问1001密码为123456」· JSP 代码 · 共 45 行

JSP
45
字号
<%@ page language="java" pageEncoding="UTF-8"%>
<head>
	<style type="text/css">    
	.STYLE2 {font-size: 14px}
.style5 {font-size: 12px}
    .style6 {color: #0000FF}
    </style>
</head>
<body bgcolor="#F1F4F8">
	<%
		if ("".equals(session.getAttribute("yid"))) {
	%>

	<script language=javascript>
   
    window.location.href="../erro.jsp";
    </script>
	<%
		}
	%>

	<table width="666" height="493">
		<tr>
			<td bgcolor="#FFCCFF" width="696" height="30">
				<table width="564" border="0" align="center" height="29">
					<tr>
						<td width="180" align="center">
							<a href="ShopAdressInsert.jsp" target="a_body" class="STYLE2 style5 style6">添加供应商信息</a>						</td>
						<td width="229" align="center">
							<a href="../servlet/ShopAdressSelectAll" target="a_body" class="STYLE2 style5 style6">查询全部供应商信息</a>						</td>
						<td width="200" align="center">
							<a href="ShopAdressSeleByctId.jsp" target="a_body" class="STYLE2 style5 style6">按供应商编号查询</a>						</td>
					</tr>
			  </table>
			</td>
		</tr>
		<tr>
			<td width="696" height="450" valign="baseline" bgcolor="#F1F4F8">
				<iframe allowtransparency="true" width="660" frameborder="0"
					scrolling="no" height="450" name="a_body" src="ShopAdressInsert.jsp"></iframe>
		  </td>
		</tr>
</table>
</body>

⌨️ 快捷键说明

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