Index.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:2k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <%Option Explicit%>
  2. <!--#include file="../FS_Inc/Const.asp" -->
  3. <!--#include file="../FS_InterFace/MF_Function.asp" -->
  4. <!--#include file="../FS_Inc/Function.asp" -->
  5. <%
  6. Response.Buffer = True
  7. Response.CacheControl = "no-cache"
  8. Dim Conn,str_Url,Go_Url,mf_sys,MF_Site_Name,MF_Site_lock
  9. MF_Default_Conn
  10. MF_Session_TF
  11. str_Url = NoSqlHack(Request.QueryString("URLs"))
  12. if trim(str_Url)="" or  isnull(str_Url) then:Go_Url="sysinfo.asp":else:Go_Url=Replace(str_Url,"||","&"):end if
  13. set mf_sys = Conn.execute("select top 1 MF_Site_Name,MF_Site_lock from FS_MF_Config")
  14. MF_Site_Name = mf_sys(0)
  15. MF_Site_lock = mf_sys(1)
  16. mf_sys.close:set mf_sys=nothing
  17. %>
  18. <HTML>
  19. <HEAD>
  20. <META http-equiv="Content-Type" content="text/html; charset=gb2312">
  21. <title><% = MF_Site_Name %>--管理后台</title>
  22. <meta name="keywords" content="网站内容管理系统">
  23. <link href="images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  24. <SCRIPT language="javascript">
  25. <%if Session("Admin_Is_Super") =1 then%>
  26. window.status="当前用户:<%=Session("Admin_Name")%> ,系统管理员/超级管理员";
  27. <%else%>
  28. window.status="当前用户:<%=Session("Admin_Name")%> ,一般管理员";
  29. <%end if%>
  30. </SCRIPT>
  31. </HEAD>
  32. <FRAMESET id="Frame" rows="51,*" cols="*" border="0">
  33.   <FRAME id="TopFrame" src="TopFrame.asp" name="topFrame" scrolling="NO" noresize >
  34.   <FRAMESET id="MainFrame" cols="170,*" frameborder="NO" border="0" framespacing="0"  scrolling="yes"  noresize>
  35. <FRAME id="MenuFrame" src="shortCutMenu.asp" name="MenuFrame" scrolling="yes" frameborder="0">
  36. <FRAME id="ContentFrame" src="<% = Go_Url %>" name="ContentFrame" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0" >
  37.   </FRAMESET>
  38. </FRAMESET>
  39. <NOFRAMES>
  40. <body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
  41.   <p>你的浏览器版本过低!!!本系统要求IE5及以上版本才能使用本系统。</p>
  42.   </body>
  43. </NOFRAMES>
  44. </HTML>
  45. <%
  46. set Conn = nothing
  47. %>
  48. <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>