【问题标题】:Insert javascript file inside iframe在 iframe 中插入 javascript 文件
【发布时间】:2010-08-18 07:20:27
【问题描述】:

我正在尝试执行以下操作:

    <iframe width="300">
      <script type="text/javascript" src="file.js" charset="utf-8"></script>
    </iframe>

但这种结构似乎不起作用。使用 HTML 在 iframe 中插入 javascript 文件而不调用 javascript 函数的合法方法是什么?甚至可能吗?

【问题讨论】:

    标签: javascript html iframe


    【解决方案1】:

    您不能将任何内容直接添加到&lt;iframe&gt; 标记中。即使使用 JavaScript,您也可以仅当 iframe 中的页面与父页面来自同一域时添加内容。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-02-12
      • 1970-01-01
      • 2013-03-20
      相关资源
      最近更新 更多