【转】各浏览器Iframe对contentWin…

来源:互联网 发布:linux 查看系统分区 编辑:程序博客网 时间:2024/06/02 03:12
  Iframe易于嵌套及管理页面,但经常遇到跨域、父子页面访问问题,对于子页面访问父页面可以兼容性地通过window.Top或window.Parent或window.frameElement等操作,但对于标题中四个对象,一直没有完整测试过,故买个苦力,分享给大家。

    bHeight= contentWindow.document.body.scrollHeight, dHeight =contentWindow.document.documentElement.scrollHeight, 红色 = 错误值, 绿色 =正确值

结论:
    1.就浏览器而言(横向),IE8/IE9/360安全浏览器全部支持;
    2.就属性而言(纵向),contentWindow和frames所有浏览器都支持,其次是contentDocument,document支持性最差;
    3.由于iframe经常涉及跨域,本地测试(即未发布)环境中,chrome/360极速/IE6/IE9对于contentWindow.document属性是deny状态,原因是UnsafeJavaScript attempt to access frame with URL file:///***.html fromframe with URL file:///***.html Domains, protocols and ports mustmatch。IE9本地环境下对于contentDocument也是deny的。
0 0
原创粉丝点击