gpt4 book ai didi

javascript - 从包含的不同域 iframe : errors in Firefox & Chrome 中更改主机页面

转载 作者:行者123 更新时间:2023-11-29 14:59:50 24 4
gpt4 key购买 nike

我有一个 iframe 应用程序。我收到一条警告,在 chrome 中针对 top.location.href 显示 -error

jQuery.ajax({
type : 'get',
url : 'check_if_fb_data_set.php',
success : function(response){
if(jQuery.trim(response) == 'success') {
top.location.href = "http://mysite.com";
} else {
setTimeout(CheckIfFbDataSet,2000);
}
}, error : function (jqXHR, textStatus, errorThrown){
console.log(errorThrown);
}
});

我试过了

  1. location.reload()
  2. window.location.href = window.location.href;
  3. document.write('元刷新......');
  4. document.write('<script>window.location ....... </script>');

第三个没有用,但所有其他 4 个都给了我同样的错误。我没有其他方法可以测试。

最佳答案

尝试:

window.location = window.location;

window.location.reload();

关于javascript - 从包含的不同域 iframe : errors in Firefox & Chrome 中更改主机页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11792220/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com