get Status canceled 请求被取消

1.chrome浏览器下状况:

QQ拼音截图未命名

 

2.环境:

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

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

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

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

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

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

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

posted @ 2014-09-10 12:56  Vinton.Liu  阅读(7200)  评论(0编辑  收藏  举报