⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 line.aspx

📁 本文介绍了在Visual Studio.net环境下开发一个教材库管理系统的过程。创建了一套行之有效的方案。文章介绍了管理系统的系统分析部分
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="line.aspx.cs" AutoEventWireup="false" Inherits="jiaocaiku.admin.line" %>
<body style="MARGIN: 0px" scroll="no">
	<script>
if(self!=top){top.location=self.location;}
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}}
	</script>
	<style type="text/css">.navPoint {COLOR: #0000cc; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt}
	</style>
	<DIV align="right">
		<table border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%" align="right">
			<tr>
				<td align="center" noWrap vAlign="middle" id="frmTitle" width="137">
					<iframe frameBorder="0" id="carnoc" name="carnoc" scrolling="no" src="left.aspx" style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 170px; HEIGHT: 100%"></iframe>
				</td>
				<td class="a2" width="12">
					<table border="0" cellPadding="0" cellSpacing="0" height="100%" bgcolor="#e8e8e8">
						<tr>
							<td onclick="switchSysBar()">
								<font style="FONT-SIZE: 9pt; CURSOR: default; COLOR: #000000">
									<br>
									<br>
									<br>
									<br>
									<br>
									<br>
									<br>
									<br>
									<br>
									<br>
									<br>
									<br>
									<br>
									<span class="navPoint" id="switchPoint" title="关闭/打开左栏">3</span><br>
									<br>
									<br>
									<br>
									<br>
									<br>
									<br>
									<br>
									屏幕切换 </font>
							</td>
						</tr>
					</table>
				</td>
				<td>
					<iframe frameBorder="0" id="main" name="main" scrolling="yes" src="main.aspx" style="Z-INDEX: 1; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 100%"></iframe>
				</td>
			</tr>
		</table>
	</DIV>
	<script>
if(window.screen.width<'1024'){switchSysBar()}
	</script>
</body>

⌨️ 快捷键说明

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