⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 a_index.jsp

📁 是一个企业的进销存系统。账号问1001密码为123456
💻 JSP
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -