📄 default.asp
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>良精科技 - 控制面版</title>
<link href="style.css" rel="stylesheet" type="text/css">
<meta name="keywords" content="良精科技,良精科技,企业管理.良精科技,Hover">
</head>
<%
Sailing.Admin()
If Sailing.IsAdmin then
response.Write("<frameset rows='*' id='M_Frame' cols='187,*' framespacing='0' frameborder='no' border='0'>")
response.Write("<frame src='menu.asp' scrolling='auto' id='leftFrame' name='leftFrame' noresize marginwidth='5' marginheight='5'>")
response.Write("<frame src='main.asp' name='mainFrame' id='mainFrame' scrolling='auto' noresize marginwidth='0' marginheight='0'>")
response.Write("</frameset>")
else
response.Redirect("login.asp")
response.End()
End If
%>
</html>
<script>
if(self!=top){top.location=self.location;}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -