Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Index.asp
Package: eat.rar [view]
Upload User: jisenq
Upload Date: 2014-06-29
Package Size: 7216k
Code Size: 2k
Category:
ADO-ODBC
Development Platform:
ASP/ASPX
- <%Option Explicit%>
- <!--#include file="../FS_Inc/Const.asp" -->
- <!--#include file="../FS_InterFace/MF_Function.asp" -->
- <!--#include file="../FS_Inc/Function.asp" -->
- <%
- Response.Buffer = True
- Response.CacheControl = "no-cache"
- Dim Conn,str_Url,Go_Url,mf_sys,MF_Site_Name,MF_Site_lock
- MF_Default_Conn
- MF_Session_TF
- str_Url = NoSqlHack(Request.QueryString("URLs"))
- if trim(str_Url)="" or isnull(str_Url) then:Go_Url="sysinfo.asp":else:Go_Url=Replace(str_Url,"||","&"):end if
- set mf_sys = Conn.execute("select top 1 MF_Site_Name,MF_Site_lock from FS_MF_Config")
- MF_Site_Name = mf_sys(0)
- MF_Site_lock = mf_sys(1)
- mf_sys.close:set mf_sys=nothing
- %>
- <HTML>
- <HEAD>
- <META http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title><% = MF_Site_Name %>--管理后台</title>
- <meta name="keywords" content="网站内容管理系统">
- <link href="images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
- <SCRIPT language="javascript">
- <%if Session("Admin_Is_Super") =1 then%>
- window.status="当前用户:<%=Session("Admin_Name")%> ,系统管理员/超级管理员";
- <%else%>
- window.status="当前用户:<%=Session("Admin_Name")%> ,一般管理员";
- <%end if%>
- </SCRIPT>
- </HEAD>
- <FRAMESET id="Frame" rows="51,*" cols="*" border="0">
- <FRAME id="TopFrame" src="TopFrame.asp" name="topFrame" scrolling="NO" noresize >
- <FRAMESET id="MainFrame" cols="170,*" frameborder="NO" border="0" framespacing="0" scrolling="yes" noresize>
- <FRAME id="MenuFrame" src="shortCutMenu.asp" name="MenuFrame" scrolling="yes" frameborder="0">
- <FRAME id="ContentFrame" src="<% = Go_Url %>" name="ContentFrame" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0" >
- </FRAMESET>
- </FRAMESET>
- <NOFRAMES>
- <body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
- <p>你的浏览器版本过低!!!本系统要求IE5及以上版本才能使用本系统。</p>
- </body>
- </NOFRAMES>
- </HTML>
- <%
- set Conn = nothing
- %>
- <script language="JavaScript" type="text/javascript" src="http://www.foosun.cn/passport?User=<%=MF_Site_lock%>&URL=<%=Request.ServerVariables("SERVER_NAME")%>&Email=<%=request.Cookies("FoosunMFCookies")("FoosunMFEmail")%>"></script>