manage.asp

来自「是一种图片动画制作的源代码。是制作动画变成的实例。共各位参考」· ASP 代码 · 共 41 行

ASP
41
字号
<!--#include file="checkuser.asp"-->
<!--#include file="conn.asp"-->
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
<link href=../css.css rel=STYLESHEET type=text/css>
<style>
.navPoint
	{
	font-family: Webdings;
	font-size:9pt;
	color:white;
	cursor:hand;
	}
p{
	font-size:9pt;
}
</style>
<script>
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><title>后台管理系统</title></head>
<body scroll="no" style="MARGIN: 0px">
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
  <tr> 
    <td id="frmTitle" name="frmTitle" nowrap valign="middle" align="center"> <IFRAME id="BoardTitle" name="main" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 200; Z-INDEX: 2" scrolling="no" frameborder="0" src="left.asp"></IFRAME> 
    <td style="width:100%"> <IFRAME id="frmright" name="BoardList" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1" scrolling="auto" frameborder="0" src="main.asp"></IFRAME> 
  </tr>
</table>
</body>

</html>

⌨️ 快捷键说明

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