admin.asp

来自「网站代码」· ASP 代码 · 共 50 行

ASP
50
字号
<!--#include file=Include/check.asp-->

<%
'* 个人版价格:500元 商业版价格:700元
'* 演示:http://Demo.wenday.com
'* 版本:Engine_WenDay网站信息系统 Ver 2.0 演示版
'* 版权所有: 一奔网络工作室(Wenday.Com)
'* 联系QQ: 42367091
'* Email :wenday@21cn.com
'* 程序开发: Wenday
%>
<% 
  Response.Expires = -1  
  Response.ExpiresAbsolute = Now() - 1  
  Response.cachecontrol = "no-cache"  
CheckAdmin1
%>
<html>
<head>
<title>江西博宇--后台管理</title>
<script>
<!--
function switchSysBar(){
	if (switchPoint.innerText==3){
		switchPoint.innerText=4
		document.all("frmTitle").style.display="none"
	}
	else{
		switchPoint.innerText=3
		document.all("frmTitle").style.display=""
	}
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="Img/Admin.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" scroll="no">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#00659c">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" height="100%" cellpadding="0" cellspacing="3">
<tr>   
<td width="77%" height="23" align="left"> <font color="#FFFFFF">

⌨️ 快捷键说明

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