📄 supplyer_index.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>办公系统
</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<style type="text/css">
<!--
.style1 {
font-size: 36px;
font-weight: bold;
}
.style2 {font-size: 24px}
.style5 {font-size: 24px; font-weight: bold; }
-->
</style>
</head>
<body>
<div id="Layer1" style="position:absolute; width:279px; height:256px; z-index:1; left: 344px; top: 87px;">
<table width="284" height="233" border="0">
<tr>
<td><div align="center" class="style1 style2"><a href="org_que.jsp">部门信息查询</a></div></td>
</tr>
<tr>
<td><div align="center" class="style5"><a href="org_add.jsp">增加部门信息</a></div></td>
</tr>
<tr>
<td height="58"><div align="center" class="style5"><a href="org_mod.jsp">修改部门信息</a></div></td>
</tr>
<tr>
<td height="58"><div align="center" class="style5"><a href="org_del.jsp">删除部门信息</a></div></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; width:200px; height:115px; z-index:2; left: 708px; top: 360px;">
<p>
<label> </label>
</p>
<p> <br>
</p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -