admin.asp

来自「一路飞扬在线同学录单班级版,主要用于个人系统中的同学录,不过对于学习有帮助!」· ASP 代码 · 共 34 行

ASP
34
字号
<!-- #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 + =
减小字号Ctrl + -
显示快捷键?