?? admin.asp
字號:
<!--#include file="config.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="error.asp"-->
<!--#include file="body/md5.asp"-->
<!--#include file="body/incjs.asp"-->
<!--#include file="body/adminmenu.asp"-->
<!--#include file="body/admin_body.asp"-->
<!--#include file="body/foot.asp"-->
<title><%=webname%>-管理登錄</title>
<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=""
call admin_body()
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -