新微赢技术网

标题: 打开页面后不能后退? [打印本页]

作者: 阿玛比雷    时间: 2010-1-8 05:45
标题: 打开页面后不能后退?
请问在aa.asp中我用Response.Write "<script language=JavaScript>{parent.location='xx.aspx';}</script>"跳转到xx.asp页面后,按“后退”按钮后不能后退到aa.aspx页面。请问如何才能实现?谢谢了!
作者: 随chu风liu    时间: 2010-1-8 05:45
使用location.href或window.open方式的页面是不能后退到上一页的..
作者: 红苹果    时间: 2010-1-8 05:45
Response.Write "<script language=JavaScript>{alert("确定要返回吗?"); parent.location='xx.aspx';}</script>"
作者: 青松    时间: 2010-1-8 05:45
不是啊,我规定要用response.write来实现的。你说的那个想并谁都懂。还是要谢谢你!有谁懂吗?
作者: 嫣幻霏然    时间: 2010-1-8 05:45
嘿嘿 很简单啊 在xx.asp做个&lt;a href=aa.asp&gt;返回&lt;/a&gt;
作者: 若叶花吹雪    时间: 2010-1-8 05:45
那怎么办?
我是这样的做的。
首先在aa.asp页面的dropdownlist读取绑定数据表中一字段,该字存储网址,设置dropdownlist事件处发
Response.Write "<script language=JavaScript>parent.location='等于dropdownlist选择项的值';}</script>"。
然后在xx.aspx页面中用<iframe src="aa.aspx"></iframe>,要求导航时内容在父窗口(xx.aspx)显示。
导航后按“后退”按钮不会回到xx.aspx页面。
作者: lala    时间: 2010-1-8 05:45
能跳转的,而是不能后退啊!




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2