Iframe操作父页面跨域跳转,IE提示无权限
如题,ajax返回成功后parent.window.location.href = data.Message(跳转的Url);
火狐下正常,IE提示无权限,在线等解答。
------解决方案--------------------
你是不是跨域了?
------解决方案--------------------parent.window.open(data.Message, "_top"); 试试
------解决方案--------------------
是二级跨域吗?
如果是 的话,设置一下document.domain = '这里写二级域名地址';