het_nr.asp

来自「一套asp办公小软件」· ASP 代码 · 共 28 行

ASP
28
字号
<html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>法政办公系统</title>
</head>

<frameset rows="96,*">
	<frame name="banner" scrolling="no" noresize target="contents" src="het_top.asp?id=<%=request("id")%>">
	<frameset cols="239,*">
		<frame name="contents" target="main" src="het_left.asp?id=<%=request("id")%>">
		<frame name="main" src="het_right.asp?id=<%=request("id")%>">
	</frameset>
	<noframes>
	<body>

	<p>此网页使用了框架,但您的浏览器不支持框架。</p>

	</body>
	</noframes>
</frameset>

</html>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>

⌨️ 快捷键说明

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