天下站长网
首页
web编程
图形图象
数据库
服务器
站长专区
网络技术
网页设计
认证考试
多个页面定向到同一个页面,如何返回上一页?
用客户端脚本:
history.go(-1);
如果在服务器端写,那么:
Response.Write( "
1
<script> history.go(-2); </script>
" );
Published At
2006-01-01 15:26 UTC
Categories with
Web编程
Tagged with
NET
服务器
客户端
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus