代替 response.Redirect的javascript 代码

response.Redirect 不能在新窗口打开,用下面的javascript来代替。

Response.Write("<script>window.location='editor.asp';</script>")

在父级页面打开

Response.Write( " <script> top.location= 'xxx.aspx ' </script> ");
相当于改变地址栏里的路径
Response.Write( " <script> parent.location= 'xxx.aspx ' </script> ")
相当于改变当前页的父页地址

etzzy

希望50年后它依然存在,让我感觉我一直在做一件稍微有点cool的事情

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

微信扫一扫

微信扫一扫

微信扫一扫,分享到朋友圈

代替 response.Redirect的javascript 代码
返回顶部

显示

忘记密码?

显示

显示

获取验证码

Close