怎么返回到引用页的引用页?

divineka 2003-04-23 05:52:53
rt
...全文
104 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
divineka 2003-04-23
  • 打赏
  • 举报
回复
帮忙看看上个问题
http://expert.csdn.net/Expert/topic/1695/1695811.xml?temp=.8127252
divineka 2003-04-23
  • 打赏
  • 举报
回复
if Request.ServerVariables("HTTP_REFERER") <> "" then
Response.Redirect Request.ServerVariables("HTTP_REFERER")
end if

是不是一下返到头啦~~
saucer 2003-04-23
  • 打赏
  • 举报
回复
引用页的引用页? referer's referer? it is probably impossible, unless you keep track of the 引用页

one level:
if Request.ServerVariables("HTTP_REFERER") <> "" then
Response.Redirect Request.ServerVariables("HTTP_REFERER")
end if

or try javascript:
history.back(-2);

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧