📄 top.asp
字号:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
.Menu, .Menu a{
font-size:12px;
color:#EEEEEE;
text-decoration: none;
}
</style>
<script language="JavaScript">
<!--
var FrameState = true;
var iniFrameCols;
function HiddenMenu()
{
if(FrameState){
iniFrameCols = top.Frame1.cols;
top.Frame1.cols = "0,*";
FrameState = 0
document.all["MenuButton"].innerHTML = "1";
document.all["MenuButton"].title = "展开菜单";
}else{
top.Frame1.cols = iniFrameCols;
FrameState = 1;
document.all["MenuButton"].innerHTML = "2";
document.all["MenuButton"].title = "关闭菜单";
}
}
//-->
</script>
</head>
<body bgcolor="#003366" leftmargin="0" topmargin="0" scroll="no">
<table width="100%" height="55" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" align="center" valign="bottom"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10"> </td>
<td width="404" valign="bottom" class="Menu"><font face="Webdings"><a href="javascript:HiddenMenu();void(0);" title="关闭菜单" id="MenuButton" onFocus="this.blur()">2</a></font> <a href="Menu.asp?MenuType=1" target="MenuFrame" onFocus="this.blur()">个人管理</a>
<a href="Menu.asp?MenuType=2" target="MenuFrame" onFocus="this.blur()">内容管理</a> <a href="Menu.asp?MenuType=3" target="MenuFrame" onFocus="this.blur()">站点(栏目)配置</a>
<a href="Menu.asp?MenuType=4" target="MenuFrame" onFocus="this.blur()">系统管理</a></td>
<td width="10"> </td>
</tr>
</table></td>
<td width="46%" align="right" valign="bottom"><img src="img/log.gif" width="400" height="48"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -