📄 index.jsp
字号:
<%@ page contentType="text/html; charset=GB2312"
language="java"
import="java.util.*, java.text.*;"
errorPage="../errorPage.jsp"%>
<jsp:useBean id="dbc" scope="session" class="MyBean.dbcon" />
<html>
<head>
<LINK href="Style.css" type=text/css rel=stylesheet>
<title>我的系统</title>
</head>
<body topmargin=0>
<jsp:include page="top.jsp" flush="true"/>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="392" valign="top"><table width="178" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><jsp:include page="left.jsp" flush="true"/></td>
</tr>
</table></td>
<td colspan=2 valign="top" width="100%">
<IFRAME frameBorder=0 name=right src="main.jsp" style="HEIGHT: 500; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"></IFRAME>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -