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

📄 middle.jsp

📁 tomcat最新安装程序
💻 JSP
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
</head>
<%
String headerValue = request.getHeader("user-agent");
boolean isM=false;
if(headerValue.indexOf("U")!=-1) isM=true;
%>
<body topmargin="0" leftmargin="0" rightmargin="0" marginheight="0">
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" height="100%">
  <tr>
   <td width="12%" id="leftTD">
    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td> 
            <iframe src="left.jsp" width="100%" height="100%" name="left" frameborder="0" scrolling="no" align="top"></iframe> 
          </td>
        </tr>
      </table>
	 </td>
<td width="3" bgcolor="EFEFEF" ></td>	 
	<% if (!isM) {%>   
  <!-- <td width="0"bgcolor="F1F7F9">   
    <table border=0 cellpadding=0 cellspacing=0 >
        <tr>
       <td width="0" height=100% id=menuSwitch onClick="changeWin()"><img id="hide" src="/krm/jsp/zimages/hide.gif">
       </td>
      </tr>
    </table>	
   </td>-->
   <% }%> 
    <td > 
      <iframe src="/krm/servlet/FinReadyApproveServlet?status=q" width="100%" height="100%" name="right" frameborder="0" scrolling="yes" align="top"></iframe>
    </td>
  
 </tr>
</table
></body>
</html>

⌨️ 快捷键说明

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