JS是否可以跨文件同时控制多个iframe页面的应用技巧
2018-09-22 01:05
有个办法,建议你的有连接的iframe改成include包含的文件,然后记得把文件名改成shtml,或者asp.代码如下:
<!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN 无标题文档</title> <meta http-equiv=refresh content=3;URL=# /> </head> <script type=text/javascript> function change(){ var a = document.getElementById(iframea); var b = document.getElementById(iframeb); a.setAttribute(src,
被包含的文件代码:
<a href=# onclick=change()>其中内容点击链接更新两个iframe</a>
总结
以上所述是小编给大家介绍的JS是否可以跨文件同时控制多个iframe页面的应用技巧,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对脚本之家网站的支持!
文章标题:JS是否可以跨文件同时控制多个iframe页面的应用技巧
文章链接:http://soscw.com/index.php/essay/17084.html