<frameset cols="262,*" id="win" framespacing="1" frameborder="no" border="1" runat="server">
<frame name="leftFrame" target="mainFrame" src="FrameFiles/LeftTreeview.aspx" scrolling="no" id="leftFrame" runat="server"/>
<frame name="mainFrame" src="SystemManagement/MainPage.aspx" id="mainFrame" scrolling="auto" />
</frameset>
function oa_tool() {
var frameshow = document.getElementById("frameshow");
if (window.parent.win.cols == "262,*") {
frameshow.src = "images/show.jpg";
frameshow.title = "显示左侧";
window.parent.win.cols = "13,*";
} else {
frameshow.src = "images/hide.jpg";
frameshow.title = "隐藏左侧";
window.parent.win.cols = "262,*";
}
}
<div style="width:95%; overflow: auto; height: 98%; background-color: #f3f3f3;vertical-align: top;"
id="treeContainer" >
<input type="hidden" />
</div>
<table style="display: none">
</table>
<span id="span" style="position:absolute;top:0;right:0;height:100%; width:13px; background:#d9dde2;">
<img id="frameshow" src="images/hide.jpg" onclick="oa_tool()" width="13" height="13" />
</span>