admin.htm

来自「C# 论坛 accesss数据库,支持SQL2000」· HTM 代码 · 共 26 行

HTM
26
字号
<html>
	<head>
		<TITLE>管理</TITLE>
	</head>
	<frameset cols="150,*" border="1" frameSpacing="0" frameBorder="0">
		<frame name="contents" src="Admin_Login.aspx">
		<frame name="main" src="">
		<noframes>
			<pre>
================================================================
INSTRUCTIONS FOR COMPLETING THIS CONTENTS FRAMESET
1. Add the URL of your src="" page for the "contents" frame.
2. Add the URL of your src="" page for the "main" frame.
3. Add a BASE target="main" element to the HEAD of your 
	"contents" page, to set "main" as the default frame   
	where its links will display other pages. 
================================================================
</pre>
			<p id="p1">
				This HTML frameset displays multiple Web pages. To view this frameset, use a 
				Web browser that supports HTML 4.0 and later.
			</p>
		</noframes>
	</frameset>
</html>

⌨️ 快捷键说明

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