<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<frameset id="frameset1" border="0" frameSpacing="0" rows="138,*,58" frameBorder="NO" cols="*">
<frame name="topFrame" src="header.aspx" noResize scrolling="no" frameSpacing="0" frameBorder="NO">
<frameset id="frameset2" border="0" frameSpacing="0" frameBorder="NO" cols="200,*">
<frame class="border2" name="left" src="LeftTree.aspx" scrolling="auto">
<frame class="border2" name="right" src="Right.htm">
</frameset>
<frame name="bottomFrame" src="bottom.aspx" noResize scrolling="no" frameSpacing="0" frameBorder="NO">
</frameset>
</HTML>
right.htm
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<frameset rows="*" cols="10,*" frameborder="NO" border="0" framespacing="0">
<frame src="crtl.htm" name="pushFrame" scrolling="NO" noresize>
<frame src="main.htm" name="main" marginheight="0" marginwidth="0" scrolling="auto" noresize>
<frame>
</frameset>
<noframes><body>
打开此页需要框架支持,您的浏览器不支持模架!
</body></noframes>
</html>
ctrl.htm
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script type="text/javascript">
var hasClosed = false;
function onOff() {
if (hasClosed) {
parent.parent.document.getElementById("frameset2").cols="200,*";
hasClosed = false;
document.all.item("push_RL").src = '../images/res/arrow_blue0.gif';
}
else {
parent.parent.document.getElementById("frameset2").cols="0,*";
hasClosed = true;
document.all.item("push_RL").src = '../images/res/arrow_blue0.gif';
}
}
</script>
</head>
<body bgcolor="#71b841" text="#c0c0c0" marginwidth="0" marginheight="0" leftmargin="0"
topmargin="0" rightmargin="0" bottommargin="0" onselectstart="return false" ondragstart="return false"
oncontextmenu="return false">
<table height="100%" width="100%" border="0" cellspacing="0" cellpadding="0" align="left"
valign="top" background="" ID="Table1"
bgColor="#ecf0fb">
<tr>
<td align="center"><img id="push_RL" onClick="javascript:onOff();" src="../images/res/arrow_blue0.gif" onmouseover="this.style.cursor='hand'"></td>
</tr>
</table>
</body>
</html>