?? admin_teach1.asp
字號(hào):
<!--#include file="config.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="format.asp"-->
<!--#include file="error.asp"-->
<!--#include file="body/incjs.asp"-->
<!--#include file="body/adminmenu.asp"-->
<!--#include file="body/adminteach1_body.asp"-->
<!--#include file="body/foot.asp"-->
<script language="javascript">
if(top.frames.length == 0)
{
document.location = "login.asp";
}
else
{
if(parent.ryan_bar)
{
}
else
{
parent.location = "login.asp";
}
}
</script>
<%
dim founderr,errmsg
founderr=false
errmsg=""
if session("adminlogin")<>sessionvar then
founderr=true
errmsg=errmsg+"<br>"+"<li>你尚未登錄,或者超時(shí)了!請(qǐng)<a href='admin.asp'>重新登錄</a>!"
call diserror()
response.end
else
call adminteach1_body()
closedatabase
call endpage()
end if
%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -