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

📄 manage.asp

📁 图书管理系统功能完善,界面美观.这是基于ASP做的一个简单的系统,同大家一起分享.
💻 ASP
字号:
<%@ language="vbscript" %>
<%
'如果用户帐号为空,则转向login.asp页面,要求用户先进行登陆
if session("admin_name")="" then
    response.redirect "login.asp"
end if
%>
<html>
<head>
<meta name="generator" content="microsoft frontpage 4.0">
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<link href=../style.css rel=stylesheet type=text/css>
<title>后台管理</title>
<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></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: 140; z-index: 2" scrolling="no" frameborder="0" src="left.asp"></iframe>

    <td style="width:10pt" background="images/t2.gif">

	<table cellspacing="0" cellpadding="0" border="0" height="100%">
      <tr><td style="height:100%" onclick="switchsysbar()"><span class="navpoint" id="switchpoint" title="关闭/打开左栏">3</span>
    </table>

	</td><td style="width:100%">
	<iframe id="frmright" name="boardlist" style="height: 100%; visibility: inherit; width: 100%; z-index: 1" scrolling="auto" frameborder="0" src="readme.htm"></iframe>
	</tr></table>
</body>

</html>

⌨️ 快捷键说明

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