측면 메뉴 막대 div 표시/숨기기

1880 단어 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>


좋은 웹페이지 즐겨찾기