asset.html

来自「基于ASP的OA办公系统有BBS」· HTML 代码 · 共 35 行

HTML
35
字号
<html>
<head>
<title>NET-OA</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> 



<script language="JavaScript">
if (self==top){self.location.href="../default.asp"};
function show(it)
{
obj = eval("t" + it);
obj2 = eval("a" + it);
	if(obj2.style.display != "none"){
			obj2.style.display="none";
			obj.src="../images/aclose.gif";
		}else if(obj2.style.display != "inline"){
			obj2.style.display="inline";
			obj.src="../images/aopen.gif";
		}
}
</script>
<link rel="stylesheet" href="../inc/style.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" oncontextmenu="return false">
<TABLE id=control WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" class="borderon" >
 <TR> 
 <TD><img src="../images/img_3.gif" align="absmiddle" vspace="2" hspace="2">
 资源库</TD>
 </TR> 
</TABLE>
<div style="position:relative; width:100%; height:expression(body.offsetHeight-control.offsetHeight-2); z-index:1; left: 0px; top: 0px; overflow: auto"> 
<!--Net-OA1--></div>
<!--Net-OA2--></body>
</html>

⌨️ 快捷键说明

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