MenuAction.asp
资源名称:eat.rar [点击查看]
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:1k
源码类别:
数据库编程
开发平台:
ASP/ASPX
- <% Option Explicit %>
- <!--#include file="../FS_Inc/Const.asp" -->
- <!--#include file="../FS_Inc/Function.asp" -->
- <!--#include file="../FS_InterFace/MF_Function.asp" -->
- <!--#include file="lib/strlib.asp" -->
- <!--#include file="lib/UserCheck.asp" -->
- <%'Copyright (c) 2006 Foosun Inc. Code by Einstein.liu
- Dim menuType,showValue
- menuType=request.querystring("type")
- showValue=request.querystring("value")
- If Trim(""&showValue)="" Then
- showValue="0"
- End if
- Select Case menuType
- Case "msg" Response.Cookies("FoosunUserCookies")("FoosunMenuMsg")=showValue
- Case "friend" Response.Cookies("FoosunUserCookies")("FoosunMenuFriend")=showValue
- Case "special" Response.Cookies("FoosunUserCookies")("FoosunMenuSpecial")=showValue
- End Select
- Response.write("menuType="&menuType&" and showValue="&showValue)
- %>
- <%
- Set Conn=Nothing
- Set User_Conn=nothing
- Set Fs_User = Nothing
- %>