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

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../FS_Inc/Const.asp" -->
  3. <!--#include file="../FS_Inc/Function.asp" -->
  4. <!--#include file="../FS_InterFace/MF_Function.asp" -->
  5. <!--#include file="lib/strlib.asp" -->
  6. <!--#include file="lib/UserCheck.asp" -->
  7. <%'Copyright (c) 2006 Foosun Inc. Code by Einstein.liu
  8. Dim menuType,showValue
  9. menuType=request.querystring("type")
  10. showValue=request.querystring("value")
  11. If Trim(""&showValue)="" Then
  12. showValue="0"
  13. End if
  14. Select Case menuType
  15. Case "msg" Response.Cookies("FoosunUserCookies")("FoosunMenuMsg")=showValue
  16. Case "friend" Response.Cookies("FoosunUserCookies")("FoosunMenuFriend")=showValue
  17. Case "special" Response.Cookies("FoosunUserCookies")("FoosunMenuSpecial")=showValue
  18. End Select
  19. Response.write("menuType="&menuType&" and  showValue="&showValue)
  20. %>
  21. <%
  22. Set Conn=Nothing
  23. Set User_Conn=nothing
  24. Set Fs_User = Nothing
  25. %>