hiddenbutton.jsp
上传用户:mingda
上传日期:2017-06-20
资源大小:27691k
文件大小:2k
源码类别:

OA系统

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <%@ page import="com.gforce.currency.*,com.gforce.gfoa.*" %>
  3.  <% Session m_session = new Session(session); %>
  4. <html>
  5. <head>
  6. <title><%=SystemParament.GetSystemName()%></title>
  7.   <link href="css/txt.jsp" rel="stylesheet" type="text/css">
  8.   <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
  9.   <script language="JavaScript" src="/js/changestyle.js"></script>
  10. </head>
  11. <%
  12. Request m_request = new Request(request);
  13. String strHiddenFrame = m_request.GetString("HiddenFrame");
  14. if(strHiddenFrame.equalsIgnoreCase("top"))
  15. {
  16. %>
  17. <body bgcolor="#CCCCCC" leftmargin="0" topmargin="0" style="width:100%;height:100%;overflow: hidden;">
  18. <table width="100%" height="100%" border="0" align="center" style="width:100%;height:100%;overflow: hidden;" cellpadding="0" cellspacing="0">
  19.   <tr>
  20.     <td align="center" valign="middle" style="CURSOR: hand" title="隐藏/显示顶部信息" onClick="hidden_top()" background="images/index1-3.gif"><img id="switchPointTop" src="images/zjm03-1.gif" width="50" height="7" title="隐藏/显示顶部信息"></td>
  21.   </tr>
  22. </table>
  23. </body>
  24. <%
  25. }
  26. else if(strHiddenFrame.equalsIgnoreCase("left"))
  27. {
  28. %>
  29. <body bgcolor="#CCCCCC" leftmargin="0" topmargin="0" style="width:100%;height:100%;overflow: hidden;">
  30. <table width="100%" height="100%" border="0" align="center" style="width:100%;height:100%" cellpadding="0" cellspacing="0">
  31.   <tr>
  32.     <td align="center" valign="middle" style="CURSOR: hand" title="隐藏/显示左部树型目录" onClick="hidden_left()" background="images/index1-4.gif"><img src="images/zjm07-1.gif" id="switchPointLeft" title="隐藏/显示左部树型目录" width="7" height="50"></td>
  33.   </tr>
  34. </table>
  35. </body>
  36. <%
  37. }
  38. %>
  39. </html>