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

📄 index.asp

📁 图书管理系统图书管理系统图书管理系统图书管理系统图书管理系统图书管理系统图书管理系统图书管理系统图书管理系统
💻 ASP
字号:
<!--#include file="conn.asp"-->

<%
'-------------------------------------
'功能:管理员管理网站首页
'天天智能友情链接管理系统
'天天DV网制作 http://www.ttdv.cn
'电脑家园http://www.pc326.com
'文秘家园http://www.wm326.com
'博大网址库http://www.ip126.com

'可自由传播和免费使用,但必须保留此完整版权信息
'本程序撷取了ITlearner、博大网址库等优秀程序中的源代码,对他们的作者表示感谢
'-------------------------------------

if session(hxCacheName&"_admin")<>"OK" then
    response.redirect("admin_login.asp")
end if
dim action
action=request.QueryString("action")
%>
<%
dim rs,sql
%>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<link href="../style.css" rel="stylesheet" type="text/css">
<title><%=webname%>--后台管理系统</title>
<SCRIPT language=javascript>
 <!--
 var startTime,endTime;
 var d=new Date();
 startTime=d.getTime();
 //-->
 </SCRIPT>

<META http-equiv=Content-Type content=text/html;charset=gb2312>
<SCRIPT>
<!--//
function switchBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("leftFrame").style.display="none"
}else{
switchPoint.innerText=3
document.all("leftFrame").style.display=""
}}
//-->
</SCRIPT>

<STYLE type=text/css>.navPoint {
	FONT-SIZE: 12px; CURSOR: hand; COLOR: white; FONT-FAMILY: Webdings
}
</STYLE>

<META content="MSHTML 6.00.2800.1498" name=GENERATOR>

</HEAD>
<BODY style="MARGIN: 0px" scroll=no>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD id=leftFrame vAlign=center noWrap align=middle 
      name="leftFrame"><IFRAME id=carnoc 
      style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 185px; HEIGHT: 100%" 
      name=carnoc src="left.asp" frameBorder=0 
      scrolling=yes></IFRAME></TD>
    <TD style="WIDTH: 9pt" bgColor=#9395c0>
      <TABLE height="100%" cellSpacing=0 cellPadding=0 border=0>
        <TBODY>
        <TR>
          <TD valign="middle" style="HEIGHT: 100%" title=打开/关闭全屏 onclick=switchBar()><p><FONT 
            style="FONT-SIZE: 9pt; CURSOR: default; COLOR: #ffffff"><BR>
                  <BR>
                  <BR>
                  <BR>
                  <BR>
                  <SPAN 
            class=navPoint id=switchPoint 
            title=打开/关闭全屏>3</SPAN><BR>
                  屏幕设换</FONT></p>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p></TD>
        </TR></TBODY></TABLE></TD>
    <TD style="WIDTH: 100%"><IFRAME id=main 
      style="Z-INDEX: 1; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 100%" 
      name=main 
      src="admin_manage.asp" 
      frameBorder=0 
scrolling=yes>
    </IFRAME></TD></TR></TBODY></TABLE></BODY></HTML>

⌨️ 快捷键说明

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