index.aspx

来自「网络版的办公自动化系统 功能强大」· ASPX 代码 · 共 41 行

ASPX
41
字号
<html>
	<head>
		<TITLE>文档一体化</TITLE>
		<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
		<meta name="ProgId" content="FrontPage.Editor.Document">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<script language="javascript">

function logout()
{
	alert("走了");
}

function login()
{
	alert("来了");

}
		</script>
	</head>
	<frameset id="thisFrame" cols="180,*" rows="*">
		<frameset>
			<frame name="LeftFrame" src="Left.aspx" scrolling="no" frameborder="0" border="0" framespacing="0" noresize>
			<frame name="MainFrame" src="Desktop.aspx" scrolling="auto" frameborder="0" border="0" framespacing="0">
			<noframes>
				<body bgcolor="#FFFFFF">
					<table width="100" border="4" align="left" cellpadding="10" cellspacing="2" height="100%">
						<tr>
							<td><p align="center"><font color="#0000FF">浏览器功能支持限制</font></p>
								<p>&nbsp&nbsp&nbsp&nbsp非常抱歉,您的浏览器不支持框架模式,无法使用本模块,请使用支持框架的浏览器。</p>
								<p><font color="#FF0000">*</font> <font color="#000099">建议使用 Internet Explorer 6.0 
										或版本更高的浏览器使用本模块。</font></p>
							</td>
						</tr>
					</table>
				</body>
			</noframes>
		</frameset>
	</frameset>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?