用一个链接更改两个iframe

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用一个链接更改两个iframe相关的知识,希望对你有一定的参考价值。

This simple little snippet will allow you to change two iframes with the click of just one link.
  1. /* javascript CODE IN <head> */
  2. <script language="javascript">
  3. function loadTwo(iframe1URL, iframe2URL)
  4. {
  5. parent.FRAME1.location.href=iframe1URL
  6. parent.FRAME2.location.href=iframe2URL
  7. }
  8. </script>
  9.  
  10.  
  11. /* THE LINK CODE */
  12. <a href="javascript:loadTwo('special1.htm','special2.htm')">special link</a>

以上是关于用一个链接更改两个iframe的主要内容,如果未能解决你的问题,请参考以下文章

结合两个代码片段?将用户输入的 Youtube url 转换为嵌入 url,然后将 iframe src 替换为转换后的 url

在 iframe 中更改网站的链接 [关闭]

IFrame 中的 HREF 链接以更改 href 值

通过单击链接更改 iframe src

需要动态更改 iframe

从其他片段(如导航链接)更改片段