<%@ 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 οnclick="oa_tool();" title=隐藏工具栏><br>
<img id=frameshow src="img/main/img/p_1.gif" width="9" height="50" >
</div>
</td>
</tr>
</table>
</body>
</html>
显示/隐藏侧边菜单栏div
最新推荐文章于 2024-09-13 15:41:23 发布