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

📄 admin.asp

📁 一路飞扬在线同学录单班级版,主要用于个人系统中的同学录,不过对于学习有帮助!
💻 ASP
字号:
<!-- #include file="inc/db.inc" -->
<!-- #include file="inc/func.inc" -->
<!--#include file="inc/chkonline.asp"-->
<%call online()%>
<%
userid=session("myuserid")
password=session("mypwd")
if isman(userid,password)=0 then
%>
<script>
alert("你不是管理员,无权进入!");
parent.location.href="javascript:history.back()";
</script>
<%
else%>
<html>
<head>
<title>班级管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset cols="178,*" framespacing="0" border="0" frameborder="0">
  <frame name="left" scrolling="no" target="rbottom" src="menu.asp" marginwidth="0" marginheight="0">
  <frameset rows="5%,*">
    <frame name="rtop" target="rbottom" src="adminato.asp" marginwidth="0" marginheight="0" scrolling="no">
    <frame name="rbottom" scrolling="auto" src="notice.asp" marginwidth="0" marginheight="0">
  </frameset>
  <noframes>
  <body>
  </body>
  </noframes>
</frameset>

</html>
<%end if%>

⌨️ 快捷键说明

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