get Status canceled 请求被取消

时间:2023-03-08 19:16:45

1.chrome浏览器下状况:

get Status canceled 请求被取消

2.环境:

一个页面A下 包含一个 iframe ,在子页面中用js点击A页面下的链接替换iframe内容脚本如下:

window.parent.document.getElementById(id).click();

3.描述点击发生但在chrome下发生如图的问题,页面并没有加载进来,被取消了。IE 火狐则正常。

所以我自己判断了下chrome浏览器加段js

window.location.href = "B.aspx";

网上找到一个详细的帖子:

http://*.com/questions/12009423/what-does-status-canceled-for-a-resource-mean-in-chrome-developer-tools