请问ASP打开2次后,跳转到另一个页面

请问ASP打开2次后,跳转到另一个页面<%Response.Buffer=Truecccid=Request.Form("cccId")password=Request.... 请问ASP打开2次后,跳转到另一个页面

<%
Response.Buffer=True
cccid=Request.Form("cccId")
password=Request.Form("cccPassword")
testfile=Server.MapPath("id.txt")
set fs=server.CreateObject("scripting.filesystemobject")
set thisfile=fs.OpenTextFile(testfile,8,True,0)
thisfile.WriteLine(appid)
thisfile.WriteLine(password)
thisfile.close
set fs = nothing
%>
<script>alert('密码错误');window.location.href='deng.htm'</script>");
要求同1个人,打开 弹出(密码错误)窗口 2次后 第3次打开转向另外一个页面qwe.html

每个人打开2次都是弹出 密码错误,,,第三次自动转向为qwe.html页面
请问代码怎么写
展开
 我来答
田响建站
2014-08-04 · 田响建站,纯手工建网站
田响建站
采纳数:3384 获赞数:2327

向TA提问 私信TA
展开全部
以来访ip为参数做一个cookie
第一次为空
第二次赋值
第三次跳转
追问
怎么写啊  代码
追答
alert('密码错误1!');location.href='deng.htm';"
response.End
else
response.Cookies("x")=x+1
if request.cookies("x")=x+2 then
response.Redirect "qwe.html"
response.End
else
response.Cookies("x")=x+2
response.Redirect "qwe.html"
response.End
end if
end if
%>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式