?? commmenu.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'commMenu.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<%
String rPage = request.getParameter("rPage");
String rUrl = "/Imis/imis_mate/treeList.jsp?rPage=" + rPage;
%>
<TABLE WIDTH=934 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0 background="images/bg_main.png">
<TR>
<td width="100%" height="20" valign="left" align="left" colspan="2" background="images/bg_main2.png">菜單列表</td>
</TR>
<TR>
<TD width="100" height="456" align="left" valign="top" background="images/bg_main2.png">
<iframe src="<%=rUrl %>" align="bottom" border="0" marginWidth="0" frameSpacing="0" marginHeight="0" frameBorder="0" noResize target="_blank"
width="99%" height="100%" scrolling="auto" name="iframe_elec_tree" id="iframe_elec_tree">
</iframe>
</TD>
<TD rowspan="2">
<iframe align="bottom" border="0" marginWidth="0" frameSpacing="0" marginHeight="0" frameBorder="0" noResize target="_blank"
width="99%" height="100%" scrolling="auto" name="iframe_elec_main" id="iframe_elec_main" src="<%="/Imis/imis_mate/" + rPage + ".jsp" %>">
</iframe>
</TD>
</TR>
</TABLE>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -