frame_index.aspx

来自「运行平台:ASP.NET+ACCESS 添加时间:2007-3-30 文件大」· ASPX 代码 · 共 32 行

ASPX
32
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?