来源:自学PHP网 时间:2015-02-03 17:41 作者: 阅读:次
[导读] 如何提示用户打开Cookie?...
NEWSZW_HZH_BEGIN-->
Dim strCookie, strTry strCookie = Request.Cookies("MyCookie") strTry = Request.QueryString("Try")
If strCookie = "" Then ' 检测否是设置了Cookie. If strTry = "" Then Response.Cookies("MyCookie") = "Set" ' 重定向到这一页面再试.
Response.Redirect(Request.ServerVariables("script_NAME") & "?Try=Yes") Else ' 如果没有开启Cookie. End If Else ' 客户端正在接受Cookie. Response.Cookies("MyCookie").Expires = "April 15, 2001" End If |
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com