index.asp

来自「BS在线文件管理系统,采用asp编程,实现了对文件的简单管理,并且有比较方便的各」· ASP 代码 · 共 27 行

ASP
27
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="inc/function.asp"-->
<%
    session("goindex") = false
'--------------------------------------------
    if session("adminlogin") = "" or session("dir") = "" then
	response.redirect("login.asp")
    end if
'--------------------------------------------
%>
<html>
<head>
<title><%=name%>--[By BrightStar]</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<Meta Name="description" Content="BS在线文件管理系统">
<Meta Name="Keywords" Content="BS在线文件管理系统">
<meta http-equiv="pragma" content="no-cache">
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<frameset rows="104,*" cols="*" framespacing="0" frameborder="NO" border="0">
  <frame src="top.asp" name="topFrame" scrolling="NO" noresize >
  <frame src="main.asp" name="mainFrame">
</frameset>
<noframes><body leftmargin="0">
</body></noframes>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?