标记内部iframe不起作用

时间:2018-08-13 05:28:29

标签: javascript html5 iframe

例如,

<iframe src = "example.html">
  <a href = "https://www.yahoo.com/" target="_blank">
</iframe>

我希望打开一个新窗口(yahoo),但iframe中的标签无法正常工作。 为什么?

1 个答案:

答案 0 :(得分:2)

iframe标记会将其内部的文件加载为src属性。它只会从您的目录中加载example.html文件。

如果您仍要重定向到Yahoo窗口,请在example.html中指定标​​记元素,否则将<iframe src= "https://www.yahoo.com/"> </iframe>