⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dynamicbar_r.jsp

📁 Jbuilder2006开发的严格按MVC设计模式组织开发过程
💻 JSP
字号:
<%@page contentType="text/html; charset=GBK"%>
<html>
<head>
<style type="text/css">
  body { margin: 0px; padding: 0px; background-color: #d4d0c8; cursor: hand;  }
</style>
</head>

<script language="JavaScript" type="text/JavaScript">
var buttonopen = new Image();
buttonopen.src = "<%=request.getContextPath()%>/_normal/split_pic/arrow.gif";
var buttonclose = new Image();
buttonclose.src = "<%=request.getContextPath()%>/_normal/split_pic/arrow.gif";

function sw_frameset()
{
	var obj = parent.window.document.getElementById("controlRv");
	if ( obj.rows=="71,7,*" )
	{
		obj.rows = "0,10,*";
                document.body.style.cursor = "hand";
		swbutton.src = buttonclose.src;
	} else {
		obj.rows = "71,7,*";
                document.body.style.cursor = "hand";
		swbutton.src = buttonopen.src;
	}
	return true;
}
</script>

<body onload="document.body.onclick=sw_frameset;" title="收起栏目">
<table cellpadding="0" cellspacing="0" width="100%" align="center" background="<%=request.getContextPath()%>/_normal/split_pic/bgline.jpg">
  <tr>
    <td align="center" valign="top" height="9"><a href="#" ><img src="<%=request.getContextPath()%>/_normal/split_pic/arrow.gif" border="0" height="8" width="7" id="swbutton" alt="收起栏目"></a></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -