您的位置:首页 > 其它

显示/隐藏侧边菜单栏div

2017-04-12 16:00 323 查看
<%@ 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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: