linkbutton,链接是在后台写的,如下:(在内网可以正常链接,但在外网链接不成功,报javascript错误)?

2025-01-07 20:33:14
推荐回答(2个)
回答1:

在tframe中调用访问时,牵涉到aspx的主机文件头,这是web安全机制。检查是否是外网解析时,不同域名解析,跨站点(或者二级站点)等引起的故障。,

回答2:

换一种写法试试:
this.ClientScript.RegisterClientScriptBlock(this.GetType(), "message", "window.parent.parent.parent.parent.rightframe.location.href='../web/page.aspx';", true);