您的位置:首页 > 其它

带隐藏功能的菜单导航

2008-01-18 16:44 337 查看
1.如图:

<html>

<head runat="server">

<title>Untitled Page</title>

<script src="inc/FineMessBox/js/common.js" type="text/javascript"></script>

<script src="inc/FineMessBox/js/subModal.js" type="text/javascript"></script>

</head>

<body scroll="no" onbeforeunload="return CloseEvent();" leftmargin="0" topmargin="0"

marginheight="0" marginwidth="0">

<form id="form1" runat="server">

<div>

<table id="TableMain" border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">

<tr>

<td id="Header" width="100%" height="25" colspan="3" style="border-bottom: 1px solid #000000">

 

Header</td>

</tr>

<tr>

<td id="frmTitle" nowrap="nowrap" valign="middle" align="center" width="180" style="height: auto;

border-right: 1px solid #000000">

<iframe name="BoardTitle" style="height: 100%; visibility: inherit; width: 180; z-index: 2"

scrolling="auto" frameborder="0" src="Left.aspx"></iframe>

</td>

<td style="width: 7pt" bgcolor="#7898A8" width="10" title="关闭/打开左栏">

<img border="0" src="images/Menu/close.gif" id="menuimg" alt="隐藏左栏" onmouseover="javascript: menuonmouseover();"

onmouseout="javascript: menuonmouseout();" onclick="javascript:switchSysBar()"

style="cursor: hand" width="11" height="76" />

</td>

<td style="width: 100%">

<iframe id="mainFrame" name="mainFrame" style="height: 100%; visibility: inherit;

width: 100%; z-index: 1" scrolling="auto" frameborder="0" src="Right.aspx"></iframe>

</td>

</tr>

<tr>

<td colspan="3" height="20">

<table cellpadding="0" cellspacing="0" border="0" height="20" width="100%">

<tr bgcolor="Black">

<td width="200px">

</td>

<td style="padding-right: 50px">

<button name="xsubmit" class="down_tools_button" onclick="javascript:showPopWin('About','About.aspx',510, 170, null,false)">

 版本信息</button>

<button name="xsubmit" class="down_tools_button" onclick="javascript: window.mainFrame.location.href='Right.aspx'">

回到首页</button>

<button name="xsubmit" class="down_tools_button" onclick="javascript: window.top.location.href = 'Logout.aspx'">

 退出系统</button>

<button name="xsubmit" class="down_tools_button" onclick="javascript:window.open('http://framework.supesoft.com/help/');">

 帮助手册</button>

</td>

</tr>

</table>

</td>

</tr>

</table>

</div>

</form>

</body>

</html>

</script>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: