📄 manage.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>
<bgsound src="jscs/roman.mid" loop="-1">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="*" cols="150,*" framespacing="0" frameborder="NO" border="0">
<frame src="menu.asp" name="leftFrame" scrolling="NO" noresize>
<frame src="notice.asp" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -