⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.asp

📁 大学的综合测评
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
if not ( not Request.Cookies("zcas")("user_no")="" and  Request.Cookies("zcas")("rank")="0" ) then
Response.Redirect("login.asp")
Response.End()
end if  
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理系统</title>
<link href="img/Style.css" rel="stylesheet" type="text/css">
</head>
<frameset cols="168,*" frameborder="NO"  border="0" framespacing="0" rows="*"> 
<frame name="leftFrame" scrolling="no" noresize src="left.asp" marginwidth="0" marginheight="0">
<frameset rows="30,*"  framespacing="0" border="0" frameborder="0" frameborder="no" border="0">
<frame src="top.asp" name="head" scrolling="NO" NORESIZE frameborder="0" marginwidth="10" marginheight="0" border="no">
<frame name="main" src="main.asp" scrolling="AUTO" frameborder="0" marginwidth="10" marginheight="10" border="no">
</frameset><noframes></noframes>
</html>

⌨️ 快捷键说明

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