js或者php或者asp判断来路url路径,然后跳不同页面。
如:http://www.soso.com/1.html里面代码是<ahref=http://www.soso.com/2.html></a>http://www.sos...
如: http://www.soso.com/1.html 里面代码是<a href= http://www.soso.com/2.html></a> http://www.soso.com/2.html 里面代码是判断来路是否是 http://www.soso.com/1.html 来的,是的话跳 http://www.soso.com/3.html 其他路径,不管是 http://www.soso.com/5.html 来的,还是 http://www.qq.com/ 来的。 只要不是指定那个路径的都全部跳 http://www.soso.com/4.html 求 http://www.soso.com/2.html 里面的判断代码,能实现判断就行。这个判断文件可以是js php asp代码都可以。。
展开
1个回答
展开全部
我晕。。。html怎么判断http报文呢。 写个asp的给你吧。(*大概效果,详细的还需要很多东西支持) <% ref=Request.ServerVariables("HTTP_REFERER") if(Cstr(ref)=" http://www.soso.com/1.html" ) then Response.Write("相等") else Response.Write("不等") end if %> 大概就这样。你自己扩展去吧。还说写个C#的。考虑C#还需要编译。就这个吧ASP。直接能测试。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询