【问题标题】:Modifying my iframe css contents修改我的 iframe css 内容
【发布时间】:2013-09-16 22:42:20
【问题描述】:
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>


$(document).ready( function () {
    $('#iView').load( function () {
        $('this').contents().find("html").css("background-image","none");
    });
});



  <iframe src="http://l2-playcard.dnsalias.com:85/CRM/web/login.aspx" id="iView" frameborder="0"></iframe>

我的 iframe 背景没有改变请帮帮我?

【问题讨论】:

    标签: javascript html css iframe


    【解决方案1】:

    您使用绝对 URI 意味着您正在尝试访问另一个域上的内容。

    出于安全原因,这是不可能的(禁止使用postMessage 并与您尝试访问的站点合作)。

    【讨论】:

      猜你喜欢
      • 2015-09-13
      • 1970-01-01
      • 2017-03-12
      • 1970-01-01
      • 1970-01-01
      • 2013-05-15
      • 2014-12-28
      • 2012-07-24
      • 1970-01-01
      相关资源
      最近更新 更多