`
Franciswmf
  • 浏览: 783012 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

显示/隐藏侧边菜单栏div

 
阅读更多
<%@ page language="java" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<base href="<%=basePath%>">
<title>button_title_l</title>
<script>
function oa_tool(){
if(window.parent.oa_frame.cols=="0,10,*"){
frameshow.src="img/main/img/p_1.gifGGG";
oa_tree.title="隐藏工具栏"
window.parent.oa_frame.cols="180,10,*";
}
else{
frameshow.src="img/main/img/p_2.gifGGG";
oa_tree.title="显示工具栏"
window.parent.oa_frame.cols="0,10,*";
}
}
</script>
<style type="text/css">
body {
	background-image: url(img/main/img/Abg.gifGGG);
	background-color:blue;
}
</style>
</head>
<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF">
<table width="9" border="0" height="100%" cellpadding="0" cellspacing="0" align="left">
  <tr align="center"> 
    <td background="img/main/img/bg_1_hr.gifGGG" width=10> 
      <div id=oa_tree onclick="oa_tool();" title=隐藏工具栏><br>
        <img id=frameshow src="img/main/img/p_1.gif" width="9" height="50" >
        </div>
    </td>
  </tr>
</table>
</body>
</html>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics