updatecls.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. <%
  6. Response.Buffer = True
  7. Response.Expires = -1
  8. Response.ExpiresAbsolute = Now() - 1
  9. Response.Expires = 0
  10. Response.CacheControl = "no-cache"
  11. Dim Conn,strShowErr
  12. MF_Default_Conn
  13. 'session判断
  14. MF_Session_TF
  15. SubSys_Cookies:MFConfig_Cookies:NSConfig_Cookies:DSConfig_Cookies
  16. if Request.Cookies("FoosunSUBCookie")("FoosunSUBMS")=1 Then:MSConfig_Cookies:end if
  17. strShowErr = "<li>更新缓存成功!</li>"
  18. Response.Redirect("success.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=")
  19. Response.end
  20. %>