📄 frame_index.aspx
字号:
<%@ Page Language="c#" Inherits="AyNews.WebUI.Frame_Index" Codebehind="Frame_Index.aspx.cs" %>
<HTML>
<HEAD id="HEAD1" runat="server">
<title>网站后台管理系统</title>
<META content="text/html; charset=gb2312" http-equiv="Content-Type">
<script type="text/javascript">
function full()
{
try
{
moveTo(0,0)
window.status = '安源管理平台'
resizeTo(window.screen.availWidth,window.screen.availHeight)
}
catch(e)
{
}
}
document.write("<frameset id='frame_main' rows='31,*' cols='*' frameborder='NO' border='0' framespacing='0'>");
document.write("<frame name='topFrame' scrolling='NO' noresize src='Frame_Top.aspx'>");
document.write("<frameset cols='140,10,*' rows='*' frameborder='NO' border='0' id='leftFrame'>");
document.write("<frame name=leftarea src='Frame_Menu.aspx' MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING='auto' noresize>");
document.write("<frame name=middleframe src='Frame_Bar.aspx' scrolling='NO' frameborder='NO' noresize>");
document.write("<frame name=mainFrame src='Frame_DeskTop.aspx' scrolling='auto' frameborder='NO' noresize></frameset>");
document.write("</frameset>");
full();
</script>
</HEAD>
<body>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -